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