
.checkbox, .radio {
    width: 15px;
    height: 15px;
    padding: 0;
    background: url(../images/check-box-img.png) no-repeat 0 0;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}
.radio {
    width: 15px;
    height: 15px;
    background: url(../images/select_img.png) no-repeat 0 0;
    margin: 0;
    cursor: pointer;
}
.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url(select.png) no-repeat;

}
.checkbox.disabled{background-position:0 0 !important;}