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