@charset "utf-8";
/* CSS Document */
#contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #B0B0B0;
	margin-left: 28px;
	width: 553px;
	background-color: #DBD9DA;
}
.form-left-column {
	text-align: right;
	width: 34%;
}


.form-rignt-column {
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
}
.validation-summary #VSErrorSummary ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.validation-summary #VSErrorSummary li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: none;
	list-style-type: disc;
}
.validation-summary {
	padding-top: 10px;
}
input.form-required-key {
	height: 13px;
	width: 13px;
	background-color: #DCD3B8;
	margin-top: 20px;
	margin-left: 15px;
}
.form-required {
	background-color: #DCD3B8;

}
.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
}
.form-rignt-column   #select, .form-rignt-column #StateList {

}
.form-rignt-column #radio {
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.form-submit {
	background-color: #999999;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #333333;
}
input.form-submit:hover {
	background-color: #286AA6;
	color: #FFFFFF;
}

.form-spacer {
	height: 25px;
}
