@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#f2f2f2;	
}

#wrap {
	margin:0 auto;
	width:800px;
	margin-top:200px;	
}

.logo img {
	display:block;
	margin:auto;
	width:300px;
	height:auto;	
}


/*Form-------------------------*/

#form-wrapper {
	width: 501px;
	margin:auto;
		margin-top:150px;
}

input, textarea  {
	margin-top:20px;
	margin-bottom:20px;
	padding: 15px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	border:none;
}

textarea {
	height: 190px;
}


.button input {
	margin-top:20px;
	background-color:#CFCFCF;
	width:501px;
	height:60px;
}

.button input:hover {
	background-color:#000000;
	color:#CFCFCF;
	cursor:pointer;	
}

label {
	font-size: 1em;
	font-family: Helvetica, sans-serif;
}
