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;
}
.span1 span{
	position:relative;
	right:0px;
}
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 1 0 0;
	white-space:nowrap;
}
input.styled {display: none;} 
select.styled {position: relative; opacity: 0; filter: alpha(opacity=0); z-index: 5;}
.style1 {
position:relative;
float:right;
}
.style1 select{margin:3px 0;}
.style1 span{
position:absolute;
right:0;
}


table.bold td{position:relative;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#selectctl00_cphMain_ddlYear,
	#selectddlPayments,
	#selectctl00_cphMain_ddlPayments,
	#selectctl00_cphMain_ddlQuantity{
		right:0;
	}
}


