#contact_us label.error {
  background:url("images/unchecked.png") no-repeat 5px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-family:verdana;
  font-size:10px;
}

#contact_us label.checked {
  background:url("images/yes.png") no-repeat 5px 0px;
}

/*#frm_how_real label.error {
  background:url("images/unchecked.png") no-repeat 5px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-family:verdana;
  font-size:10px;
}

#frm_how_real label.checked {
  background:url("images/yes.png") no-repeat 5px 0px;
}

span.error {
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-family:verdana;
  font-size:10px;
}
span.success {
	color: #006600;
}*/