span.checkbox {
	width: 19px;
	height: 19px;
	padding: 0px 3px 0px 0px;
	background-image : url(images/form_checkbox.png);
	background-repeat:no-repeat;
	display:block;
	clear: both;
/*    float:left;*/
}
/*
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background-image: url(images/form_radio.png);
	background-repeat:no-repeat;
	display: block;
	clear: left;
	float: left;
}*/
span.select {
	position: absolute;
	width: 82px;  /*With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 0 20px 0 8px;
	color: #000000;
	font: 12px/21px arial,sans-serif;
	background-image: url(images/form_select.png);
	background-repeat:no-repeat;
	overflow: hidden;
	cursor:pointer;
}