span.checkbox {
	width: 30px;
	height: 36px;
	padding: 0 10px 0 0;
	background: url("../images/bg_checkbox.gif") no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url("../images/radio.gif") no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 215px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 14px;
	padding: 0 24px 0 2px;
	color: #fff;
	font: 11px/14px arial,sans-serif;
	background: url("../images/bg_select.gif") no-repeat;
	overflow: hidden;
}
