span.checkbox {
	width: 19px;
	height: 22px;
	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 #C0B79F;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
	padding: 0 3px 0 0px;
}
label
{
	padding: 2 1 0 0;
	line-height:22px;
	white-space:nowrap;
}
input.styled {display: none;} 
select.styled {position: relative; opacity: 0; filter: alpha(opacity=0); z-index: 5;}