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