span.checked{
	background:url(/images/smoocheck/coche_verte.gif) no-repeat top center;
	height:14px;
	width:15px;
	float:left;
}
span.unchecked{
	background:url(/images/smoocheck/coche_verte.gif) no-repeat bottom center;
	height:14px;
	width:15px;
	float:left;
}
span.selected{
	background:url(/images/smoocheck/rdo_on.png) no-repeat;
	height:14px;
	width:15px;
	float:left;
}
span.unselected{
	background:url(/images/smoocheck/rdo_off.png) no-repeat;
	height:14px;
	width:15px;
	float:left;
}
