#form {
	width: 520px;
}

#form dt {
	width: 200px;
	float: left;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	color: #074E92;
}

#form dd {
	width: 300px;
	float: left;
	margin-bottom: 8px;
}

#form input, #form textarea {
	border: 1px solid #ccc;
	padding: 4px;
	width: 300px;
	margin-bottom: 4px;
}

#form input.check {
	width: 20px;
	border: 0px;
}

#form input.submit {
	width: 120px;
	background: #fff;
	border: 1px solid #999 !important;
	font-size: 12px;
	border: 0px;
}

#FormErrors {
	border: 1px solid #FF6633;
	padding: 20px;
	margin-bottom: 20px;
	width:480px;
	color: #ffffff;
	display: none;
}