.checkbox, 
.radio {
    height: 21px;
    margin: 0 0 0;
    padding: 0 0 0 25px;
    background: url("/images/checkbox.gif") no-repeat 0 0;
    cursor: default;
}
.checkbox input, 
.radio input {
    display: none !important;
}
.radio {
    background: url("/images/radio.gif") no-repeat 0 0;
}
.checkbox .selected {
    background-position: 0 -52px;
}

#column2 .form .indent .optgroup .checkbox {
    width: 260px;
    float: left;
    display: block;
    clear: left;
}

.checkbox label {
    padding-top: 5px !important; 
}
.form-column-2 .checkbox label {
    padding-top: 1px !important;
}
.formrow .checkbox {
    float: left;
    width: 18%;
    height: 19px;
}
