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

#feedbackform label.checked {
  background:url("../images/validation/checked.gif") no-repeat 0px 0px;
}

#feedbackform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
