
.checkbox, .radio { background:url(../images/checkbox.png) no-repeat left top; display:block; float:left;}
.radio {background:url(../images/radio.png) no-repeat; width:30px; height:30px;}

.main_bg.none .checkbox {
	width:30px; 
	height:30px;
	background-image: url(../images/home-checkbox_x2.png); 
	background-size: cover;
}

.select {position:absolute; height:16px; padding:4px 1% 3px; background:url(../images/droupdown.gif) no-repeat right top #eaeaea;
 overflow:hidden; border:1px solid #cccccc; color:#666; font-size:12px; width:97%;}
select.form-checkbox {width:100% !important; height:25px; position:relative;}
