#contactform label.error {
  background:url("../images/validation/unchecked.gif") no-repeat 0px 0px;
  padding-left:16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#contactform label.checked {
  background:url("../images/validation/checked.gif") no-repeat 0px 0px;
}

#contactform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
