.cust_checkbox{
	font-size:14px;
	cursor: default;
}
.cust_checkbox_on{
	background:url(/includes/cust_radio_buttons_2/images/checkbox_on.png) no-repeat 0 0;
}
.cust_radio_on{
	background:url(/includes/cust_radio_buttons_2/images/radiobox_on.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(/includes/cust_radio_buttons_2/images/checkbox_off.png) no-repeat 0 0;
}
.cust_radio_off{
	background:url(/includes/cust_radio_buttons_2/images/radio_off.png) no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url(/includes/cust_radio_buttons_2/images/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(/includes/cust_radio_buttons_2/images/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(/includes/cust_radio_buttons_2/images/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(/includes/cust_radio_buttons_2/images/disabled_off.png) no-repeat 0 0;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}
