#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 0 0;
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #c00
    }
#object_request label.checked {
    background: url(../img/checked.gif) no-repeat 0 0
    }
#object_request .success_msg {
    font-weight: bold;
    color: #0060BF;
    margin-left: 19px
    }