.cust_checkbox{
	font-size:14px;
	cursor: pointer;
}
.cust_checkbox_on{
	background:url(jquery.custCheckBox/checkbox_on.png) no-repeat 0 0;
}
.cust_radio_on{
	background:url(jquery.custCheckBox/radiobox_on.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(jquery.custCheckBox/checkbox_off.png) no-repeat 0 0;
}
.cust_radio_off{
	background:url(jquery.custCheckBox/checkbox_off.png) no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url(jquery.custCheckBox/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(jquery.custCheckBox/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(jquery.custCheckBox/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(jquery.custCheckBox/disabled_off.png) no-repeat 0 0;
}



