#mainContent {
	width: 988px;
	background-image: url(images/contactus_page.png);
	height: 826px;
	background-repeat: no-repeat;
}
#mainContent h2 {
	padding-top: 35px;
	padding-left: 50px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

#contactusContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-right: 55px;
	margin-left: 55px;
	font-size: 14px;
	padding-top: 25px;
}
#contactusFrm {
	padding-top: 25px;
}
#contactusHeader {
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.headerValidationError {
	font-weight: bold;
	color: #F00;
}
#contactusButtons {
	padding-left: 123px;
	padding-bottom: 40px;
	clear: both;
	padding-top: 25px;
}
#contactusBottom {
	padding-top: 22px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #efefef;
}
.fieldValidationError {
	color: #F00;
	padding-left: 15px;
	float: left;
}
#contactusFrm textarea {
	float: left;
}
#name {
	width: 200px;
}
#company {
	width: 200px;
}
#email {
	width: 200px;
}
#subject {
	width: 500px;
}
#content {
	width: 500px;
	height: 200px;
}
#submit {
	margin-right: 10px;
	width: 120px;
}
#reset {
	width: 80px;
}
.contactusFrmLine {
	clear: left;
	padding-bottom: 45px;
}
.contactusFrmLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	float: left;
	width: 110px;
}
.contactusFrmLabelNormal {
	color: #000;
}
.contactusFrmLabelHighlighted {
	color: #F00;
}
.requiredField {
	width: 15px;
	float: left;
	color: #F00;
}
.notRequiredField {
	float: left;
	width: 15px;
}
.requiredStar {
	color: #F00;
}
#contactusFrm input {
	float: left;
}
#submitted_image {
	left: 197px;
	top: 180px;
	position: relative;
}
