span.checkbox {
	width: 15px;
	border:0;
	height: 10px;
	margin: 0 0 0 0;
	background:url(/images/buttons/checkbox.gif) no-repeat;
	display: table;
	vertical-align: middle;
	clear: left;
	float: left;
}

span.radio {
	width: 15px;
	height: 12px;
	margin: 0 0 0 0;
	background: url(/images/buttons/radio.gif) no-repeat;
	display: block;
	clear: left;
	/*float: left;*/
}
select{ font: 11px arial,sans-serif; border: 0;}
span.select {
	position: absolute;
	width: 170px; 
	height: 18px;
	padding: 0 6px;
	color: #000;
	font: 11px arial,sans-serif;
	background: url(/images/buttons/select.gif) no-repeat;
	overflow: hidden;
}

