#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform {
	margin: 0px;
	padding: 0px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #FF9900;
	margin: 10px 0px 8px;
	padding: 0px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .type {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E8F3D8;
	margin: 0px 0px 10px;
	padding: 20px 5px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .type .radio {
	vertical-align: middle;
	width: 20px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .type .tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	vertical-align: middle;
	padding-top: 2px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .main {
	background-color: #E8F3D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px 0px 20px 15px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .main p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .main #comments {
	width: 490px;
	border: 1px solid #FFFFFF;
	height: 100px;
}

#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .main label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 3px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .main .field {
	width: 340px;
	border: 1px solid #FFFFFF;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .signup {
	background-color: #E8F3D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 25px 15px;
}

#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .submitbtn {
	margin: 20px 0px 0px 450px;
	padding: 0px;
}

#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper .contactform .submitbtn .sendbtn {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 200px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../mainimages/mainbody/send_now_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 101px;
	height: 29px;
	max-width: 101px;
	max-height: 29px;
	margin: 0px;
	cursor: pointer;
}