#form label.error { background:url(/images/icon/unchecked.gif) no-repeat 10px 0px; padding-left: 30px; padding-bottom: 5px; font-weight: normal; font-size:14px; line-height: 20px; color: #b5b5b5; text-indent: 1; width: 180px; }

#form label.checked { background:url(/images/icon/checked.gif) no-repeat 10px 0px; font-weight: bold; font-size:13px; line-height: 20px; padding-left: 10px; width: 180px; padding-right: 20px; }

#form span.error { background:url(/images/icon/error.gif) no-repeat 10px 0px; padding-left: 30px; padding-bottom: 5px; font-weight: bold; color: #EA5200; font-size:13px; line-height: 20px; width: 180px; }


.frm_validate  label.error {
  background:url("/images/icon/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 5px;
  font-weight: none;
  font-size:12px;
  line-height: 20px;
  color: #EA5200;
}

.frm_validate label.checked {
  background:url("/images/icon/checked.gif") no-repeat 0px 0px;
  font-weight: none;
  font-size:12px;
  line-height: 20px;
}

.frm_validate label.error {
  background:url("/images/icon/error.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 5px;
  font-weight: none;
  color: #EA5200;
  font-size:12px;
  line-height: 20px;
}
