/* Form style */
#contact {
	width:450px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 10px;
}



* html #contact legend {
	position:absolute;
	top:-1.2em;
	left:0;
}




#contactform form .required {
}



#contactform form input.required {
	background:#f5f5f5 url('images/required.gif') 98% 50% no-repeat;
}
#contactform form input.required {
	background:#f5f5f5 url('images/required.gif') 98% 50% no-repeat;
}









span.required{ font-size: 12px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#success_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }
#mainWrapper #wrapper #content #colLeft #contact fieldset {
	border: 1px solid #DFDFDF;
}

