span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 204px; 
	height: 19px;
	padding: 3px 0px 0px 5px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
