body {
    font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}
.radio {
    background: url(radio.png) no-repeat;
}
.select {
    position: absolute;
    width: 237px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 28px;
    padding: 0 24px 0 10px;
    color: #000000;
    font-family: 'open_sansregular';
    font-size: 14px;
    background: url(../images/dropdown.png) no-repeat;
    overflow: hidden;
    left: 0;
    line-height: 28px;
}
