.cust_checkbox{
	cursor: pointer;
	
	
	display: inline-block !important; 
	zoom: 1;
	 @display: inline !important; 
	vertical-align: top;
	
	float: left;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.cust_checkbox.checkbox {width: 16px; height: 16px; margin: 0 4px 0 0;}


.cust_checkbox_on{
	background:url(skin_check.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(skin_check.png) no-repeat 0 -16px;
}




/* ��������� ���� */
/*
.cust_checkbox_hvr{
	background:url(skin_set.png) no-repeat -19px -32px !important;
}
.cust_checkbox_off:hover{
	background:url(skin_set.png) no-repeat -19px -51px;
}

.cust_checkbox_disabled_on{
	background:url(checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(disabled_off.png) no-repeat 0 0;
}
*/


.cust_checkbox.radio {width: 12px; height: 12px; float: none;}

.cust_radio_on{
	background:url(skin_radio.png) no-repeat 0 top;
}

.cust_radio_off{
	background:url(skin_radio.png) no-repeat 0 bottom;
}




/* ��������� ���� */
/*
.cust_radio_hvr{
	background:url(skin_set.png) no-repeat 0 -34px !important;
}

.cust_radio_off:hover{
	background:url(skin_set.png) no-repeat 0 -51px;
}

.cust_radio_disabled_on{
	background:url(radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(disabled_off.png) no-repeat 0 0;
}
*/