/* Contact Form CSS Document */

#formwrapper {
	float: left;
	width: 650px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
 	display: block;
} 
fieldset {
	margin-bottom: 10px;
}

legend {
	color: #ee4699;
	font-weight: bold;
}
#col1{
	width: 175px;
	text-align: right;
	float: left;
	padding-right: 4px;
	height: 25px;
	padding-top: 2px;
	font-size: 11px;
}
#col2{
	width: 200px;
	text-align: left;
	float: left;
	padding-right: 10px;
	height: 25px;
}
#col3{
	width: 210px;
	font-size: 9px;
	color: #FF0000;
	text-align: left;
	float: left;
	clear: right;
	height: 25px;
	padding-top: 4px;
}
#wide_col{
	width: 310px;
	font-size: 9px;
	color: #FF0000;
	text-align: left;
	float: left;
	clear: right;
	height: 25px;
	padding-top: 4px;
}
#short_col{
	width: 125px;
	font-size: 9px;
	color: #FF0000;
	text-align: left;
	float: left;
	clear: right;
	height: 25px;
	padding-top: 4px;
}
form input, textarea, select, file {
	/*border: 1px solid #ee4699;*/
	padding: 2px;
	color: #999999;
	font-size: 9px;
	vertical-align: middle;
}
#contactform .buttons { border: 0px; width: 100px; padding: 0px;}
form input:focus, textarea:focus { background: #fff; color: #000;border: 1px solid #fff;}
#contactform .textboxnumeric { width: 60px; text-align: right; }
#contactform .buttonsubmit { width: 100px;border: 1px solid #FFBE8F;background: #EF761D;}
.textareawide {width: 400px;}

#form_img_wrapper{
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}