body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans", Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 133%;
	color: #435767;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 1px solid #3d4c6e;
	background: #fff;
	color: #959595;
	width: 145px;
	padding: 5px;
}
input.btn_submit {
	font-size: 16px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 1px solid #3d4c6e;
	background: #366284;
	color: #fff;
	width: 155px;
	padding: 5px;
}
