span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images_web/checkbox.gif) no-repeat;
	display: block;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images_web/radio.gif) no-repeat;
	display: block;
	float: left;
}

span.select {
	position: absolute;
	height: 21px;
	padding: 0 24px 0 8px;	
	text-align: center;
	color: #FFFFFF;
	font: 10px/21px Verdana, Arial, Helvetica;
	overflow: hidden;
}

span.small {
	width: 58px; /* With the padding included, the width is 90 pixels: the actual width of the image. */	
	background: url(../images_web/select_small.jpg) no-repeat;
}

span.middle {
	width: 138px; /* With the padding included, the width is 160 pixels: the actual width of the image. */	
	background: url(../images_web/select_middle.jpg) no-repeat;
}

span.big {
	width: 198px; /* With the padding included, the width is 230 pixels: the actual width of the image. */
	background: url(../images_web/select_big.jpg) no-repeat;
}