.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(../img/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 115px;
        height: 21px;
	padding: 1px 24px 0 12px;
	color: #111;
	font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        color: #444;
	background: url(../img/select.png) no-repeat;
	overflow: hidden;
}

