﻿.checkbox, .radio {
    /* background: url(checkbox.png) no-repeat; */
    display: inline;
    /* clear: both; */
    float: left;
    height: 20px;
    padding: 0 0px 0 0;
    width: 19px;
}

.radio { background: url(../../Includes/Images/radio.png) no-repeat; }

.select {
    background: url(select.png) no-repeat;
    color: #fff;
    font: 12px/21px arial, sans-serif;
    height: 21px;
    overflow: hidden;
    padding: 0 24px 0 8px;
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}