<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkbox, .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(checkbox.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
.radio {
    background: url(radio.gif) no-repeat;
}
.select {
    background: url("../images/custom_form/select.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    font: 12px/21px arial,sans-serif;
    height: 22px;
    overflow: hidden;
    padding: 5px 34px 0 5px;
    position: absolute;
    width: 284px;
}
</pre></body></html>