input.inputfieldError {
	background: #FBB033;
	border: solid 1px #0768A9;
	text-align: left;
	padding: 2px;
}
input.inputfield {
	background: #FFFFFF;
	border: solid 1px #0768A9;	
	padding: 2px;
	color: #000000;
}


input.inputradio {
	/*background-color: #D9ECF3;*/
}
input.inputcheckbox {
	background-color: #D9ECF3;
}
select.dropdown {
	background-color: #FFFFFF;
	border: solid 1px #0768A9;	
	font-size: 12px;
}
select.dropdownError {
	background-color: #FBB033;
	border: solid 1px #0768A9;	
	font-size: 12px;
}
tr.form {
color: #0768A9;
background-color: #D9ECF3;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}
tr.form_bottom {
color: #0768A9;
background-color: #EAF4F8;
padding-left: 20px;
}
div.outer_table {
position: absolute;
left:0px;
width: 700px;
height:500px;
}
div.inner_table {
	top: 10px;
	position: absolute;
	left: 10px;
	width: 390px;
}
div.form_submit {
position: absolute;
left: 440px;
top: 950px;
}
#contact_content {
	position: absolute;
	left: 270px;
	top: 140px;
	z-index: 5;
	color: #333333;
	width: 650px;	
}
	
span.star {
	color: #ff7200;
	font-weight:bold;
	font-size: 16px;
}
span.contact_header {
	font-size: 16px;
	color: #557482;
	font-weight: bold;
	padding: 5px 0;	
	display:block;

}
