.checkbox, .radio {
	width: 18px;
	height: 20px;
	display: block;
	clear: left;
	float: left;
	background: url(checkbox.png) no-repeat;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position:absolute;
	width: 110px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 24px;
	padding:5px 0 0 0;
	color: #FFFFFF;
	font-size:11px;
	background: url(select110.png) no-repeat;
	overflow: hidden;
	text-indent:5px;
}