#doc h1 {
	height: 194px;
	background-image: url(contactus.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#emailform {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding-bottom: 200px;
}
#emailform fieldset {
	border: none;
}
#emailform legend {
	padding-top: 20px;
	padding-right: 170px;
	background-repeat: no-repeat;
	background-position: top left;
}
#emailform legend span {
	font-family: verdana;
	font-size: 19px;
	font-weight: bold;
	display: block;
}

#emailform label {
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	height: 20px;
}
#emailform label span {
	float: left;
}
#emailform label select {
	float: left;
	font-family: verdana;
	font-size: 12px;
	width: 200px;
}
#emailform option {
	font-family: verdana;
	font-size: 14px;
	text-align: left;
}
#emailform label input {
	float: left;
}
span.field {
	width: 60px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}
span.fnote {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	width: 150px;
	text-indent: 5px;
}
.emtxt {
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	width: 200px;
	border: solid 1px #999;
	color: #666;
}
.nmtxt {
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	width: 200px;
	border: solid 1px #999;
	color: #666;
}
.stxt {
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	width: 300px;
	border: solid 1px #999;
	color: #666;
}
div.msgbody {
	float: left;
	display: inline;
	padding-bottom: 20px;
	
}
textarea {
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	width: 500px;	
	float: left;
	border: solid 1px #999;
	color: #666;
}
#errordiv {
	padding: 20px;
	display: block;
	
}
#errordiv p {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 40px;
}
#errordiv p span {
	font-size: 16px;
	color: #f01111;
}
#eDiv {
	position: absolute;
	border: solid 1px #000;
	background-color: #ccc;
	z-index: 100;
}
div.expandlinks {
	font-family: verdana;
	font-size: 12px;
	padding: 2px;
	width: 500px;	
	float: left;
	color: #666;
	text-align: right;
}
div.expandlinks img {
	border: none;
}
#content {
	background-repeat: no-repeat;
	background-position: 500px 100px;
}

#sentmsg {
	font-family: verdana;

}
#sentmsg h3 {
	font-size: 19px;
	padding: 5px;
}
#sentemail {
	text-align: left;
	width: 500px;
	padding: 40px;
	background-color: #e9e8e8;
	border: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
}
#sentemail p {
	font-family: verdana;
	font-size: 14px;
	padding-top: 30px;
}