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(/img/radio.gif) no-repeat;
	display: block;
	float: left;
	position:relative; top:-5px;
}

span.select {
	position: absolute;
	width: 104px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 1px 24px 0 8px;
	color: #444444;
	background:url(/img/select.gif) no-repeat;
	overflow: hidden;
	font-size:13px;
}

span.select2 {
	position: absolute;
	width: 50px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	padding: 2px 0px 0px 8px;
	color: #444444;
	background:url(/img/select2.gif) no-repeat;
	overflow: hidden;
	font-size:13px;
	float:left
}

