#object_request.status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

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

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

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