 .checkbox {
width: 14px;
height: 15px;
padding: 0;
background: url(checkbox.png) no-repeat;
display: inline-block;
float: left;
}
.radio{
width: 17px;
height: 17px;
padding: 0;
background: url(radio.png) no-repeat;
display: inline-block;
margin: 0 5px 0 0;
float: left;
}

.inputs .select {
position: absolute;
width: 126px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
height: 23px;
background: url(select.png) no-repeat;
overflow: hidden;
color: #4d90cd;
font-weight: bold;
text-align: left;
padding: 6px 0 0 10px;
top:-7px;
}

