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


body {
	font-size:12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.body {
	width:576px;
	margin:0 auto;
	display:block;
}


form {
	width:459px;
	margin:0 auto;
}

label {
	display:block;
	margin-top:20px;
}

input, textarea {
	width:439px;
	height:27px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:12px;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #96BCDE;
	}

textarea {
	height:213px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#submit {
	background: #002D56;
  	background: -moz-linear-gradient(top, #003B63 0%, #002D56 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003B63), color-stop(100%, #002D56));
  	background: -webkit-linear-gradient(top, #003B63 0%, #002D56 100%);
  	background: -o-linear-gradient(top, #003B63 0%, #002D56 100%);
  	background: -ms-linear-gradient(top, #003B63 0%, #002D56 100%);
  	background: linear-gradient(to bottom, #003B63 0%, #002D56 100%);	width:127px;
	height:38px;
	border:none;
	margin-top:20px;
	cursor:pointer;
	color: #fff;
}

	#submit:hover {
	background: #070707;
	background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
	background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
    box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	}



