span.checkbox {
	width: 18px;
	height: 20px;
	padding: 0 3px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 18px;
	height: 20px;
	padding:0 3px 0 0;
	background: url(radio.gif) no-repeat ;
	display: block;
	clear: right;
	float: right;
}
span.select {
	position: absolute;
	height: 20px;
	color: #000;
	border-left: solid 1px #D6DADE;
	font: 12px/19px arial,sans-serif;
	background: url(select.gif) no-repeat right;
	overflow: hidden;
	padding: 0 0px 0 3px;
	text-align:left;
}
label
{
	padding: 0 10 0 0;
	white-space:nowrap;
}
select
{
	font-size:11px;
}
input.styled { display: none; } 
select.styled { position: relative; opacity: 0; filter: alpha(opacity=0); z-index: 5; }