span.checkbox {
	width:18px;
	height:19px;
	padding:0 5px 0 0;
	background:url(images/checkbox1.png) no-repeat;
	display:block;/*clear:left;*/
	float:left;
	position:relative;
	top:-7px;
} 
span.radio {
	width:19px;
	height:17px;
	padding:0 0 0 0;
	background:url(images/new_radio.png) no-repeat;
	display:block;/*clear:left;*/
	float:left;
	position:relative;
	top:-1px;
	padding:0 2px 0 0;
	margin-top:-1px;
} 
span.select {
	position:absolute;
	width:158px;
	height:21px;
	padding:0 24px 0 8px;
	color:#fff;
	font:12px/21px arial,sans-serif;
	background:url(images/select.gif) no-repeat;
	overflow:hidden;
} 
.div32 .div33 span.checkbox {
	width:25px;
	height:17px;
	padding:0 5px 0 0;
	background:url(images/checkbox_new2.png) no-repeat;
	display:block;
	clear:left;
	float:left;
	position:relative;
	top:-2px;
}