.statusform h1 {
    background: #3456b7 url('../img/status-background.png') no-repeat top left;
}

.statusform label {
    font-weight: normal;
}
.statusform label.selected {
    font-weight: bold;
}
.statusform div i {
    font-size: 18px;
    margin-right: 4px;
}
.statusform div input[type=radio] {
    margin: 12px 12px 0 4px;
}
.statusform table {
    border: 0;
    margin: 8px 0 12px 30px;
    width: 95%;
}
.statusform .inputedit {
    width: 92%;
}
.statusform .radioeditlabel {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 8px;
}
.statusform .radioedit {
    width: 100%;
}
.statusform .errormessage {
    display: none;
    font-size: 13px;
    color: red;
    margin: 18px 0 0 0;
    text-align: center;
}
