
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	background: url("../images/select.png") no-repeat scroll 0 0 transparent;
    color: #40405C;
    font: 12px/21px arial,sans-serif;
    height: 33px;
    overflow: hidden;
    padding: 6px 0 0 12px;
    position: absolute;
    width: 198px;
    margin-top: -5px !important;
}
