fieldset { padding: 10px; }
#contact_us_form { width: 530px; }
#contact_us_form label { width: 250px; }
#contact_us_form label.error { color:red; }
.required {
	background-color: #D3E0CA;
}

label span {
margin-left:5px;
color:red;
}