
.select {
    background: url(../img/radio.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 24px 0 8px;
    position: absolute;
    width: 158px;
}
.checkbox, .radio {
    background: url(../img/radio.png) no-repeat scroll 0 0 transparent;
    clear: left;
    display: block;
    height: 25px;
    padding: 0 5px 0 0;
    width: 19px;
}
.radio {
    background: url(../img/radio.png) no-repeat scroll 0 0 transparent;
}
