@charset "utf-8";
/* CSS Document */
#contactus     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #B6B6B6;
	margin-left: 20px;
	width: 250px;
	background-color: #D3D3B8;
	margin-bottom: 5px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 21px;
	float: right;
	color: #000;
}
.form-left-column {
	text-align: right;
	width: 30%;
}
.form-container   .validation-summary   #vsErrors  ul {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.form-container   .validation-summary   #vsErrors  li {
	background-image: none;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.validation-summary {
	padding-top: 10px;
}
#AddressState                   {
	height: 20px;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
	width: 144px;
}
.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 140px;
	margin-top: 2px;
	margin-left: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
}
.form-container .form-required-key {
	margin-left: 13px;
	background-color: #F7EAC1;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.form-required  {
	font-weight: bold;
	color: #F00;
	padding-right: 2px;
	padding-left: 10px;
}

.form-container textarea {
	height: 70px;
	width: 140px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
}

input.form-submit {
	background-color: #CCC;
	height: 20px;
	width: 54px;
	margin-left: 20px;
	margin-top: 10px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #790B0E;
	color: #FFFFFF;
}
.watermarked {
	color: #000;
	font-size: 12px;
}

.form-spacer {
	height: 25px;
}

