@charset "UTF-8";
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffcc66;
}
.contact   #container {
	width: 600px;
	margin: auto;
}
.contact   #main {
	background-color: #FFFFFF;
	background-image: url(../../../../_siteassets/asendnowlogodiffusedlarge.jpg);
	background-repeat: no-repeat;
	background-position: center 325px;
	height: 500px;
	padding-left: 10px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	margin: 0px;
}
.contact   #explanationText {
	font-style: oblique;
	color: #333333;
	text-align: right;
	width: 130px;
	float: left;
	padding-left: 30px;
}
.contact   #message {
	text-align: left;
	margin-left: 200px;
	margin-right: 15px;
}
.contact   #footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #666699;
	border: 1px solid #666699;
	padding-right: 10px;
}
.contact #footer p {
	margin: 5px;
}
.fieldInstructions {font-size: 10px; font-style: italic; color: #333333; }
.boldFormLabel {
	font-weight: bold;
	vertical-align: top;
}
