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