body {
	background-color:#f4f6f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1 {
	font-size:24px;
	margin:0 15px 0 0;
}

fieldset {
	margin-bottom:30px;
	padding:20px 10px 10px 10px;
}

legend {
	font-style:italic;
	font-size:14px;
}

input, select, textarea {
	border: 1px solid #c1c3c7;
	background: url(none) no-repeat #f4f6f8;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #2b2b2b;
	padding:5px;
	margin-bottom:5px;
}

textarea {
	width:98%;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #1d3d90;
	display:inline-block;
	width:150px;
	float:left;
	margin:5px 0 0 0;
}

input:hover {
	border: 1px solid #aaadb1;
	background: url(none) no-repeat #e8eff7;
	color: #454743;
}
select:hover {
	border: 1px solid #aaadb1;
	background: url(none) no-repeat #e8eff7;
	color: #454743;
}
textarea:hover {
	border: 1px solid #aaadb1;
	background: url(none) no-repeat #e8eff7;
	color: #454743;
}

span {
	font-weight:bold;
	color:#990000;
	font-size:14px;
}

#SubmitForm	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #1d3d90;
	padding:8px 15px 8px 15px;
}