/* GENERAL ELEMENTS */
label.error {
  background:url("../images/unchecked.gif") no-repeat 3px 3px !important;
  padding:0px 0 2px 22px;
  vertical-align:bottom;
  font-weight: bold;
  color: #B7220A;
  
}

label.checked {
	margin-top:6px;
  background:url("../images/checked_new.gif") no-repeat 5px 1px !important;
  float:left;
}

.success_msg {
  font-weight: bold;
  color: #B7220A;
  margin-left: 19px;
}



