.cust_checkbox{
	font-size:14px;
	cursor: pointer;
}
.cust_checkbox_on{
	background-image:url(../graphics/jquery/checkbox_on.png) ;
	background-repeat:no-repeat;
	background-position:center center;
/*	border:1px solid #0C4DA2;*/
}
.cust_checkbox_disabled_off{
	background:url(../graphics/jquery/disabled_off.png) ;
	background-repeat:no-repeat;
	background-position:center center;
/*	border:1px solid #0C4DA2;*/
}
.cust_checkbox_off{
	background:url(../graphics/jquery/checkbox_off.png) ;
	background-repeat:no-repeat;
	background-position:center center;
/*	border:1px solid #0C4DA2;*/
}
.cust_checkbox_disabled_on{
	background:url(../graphics/jquery/checkbox_disabled_on.png) ;
	background-repeat:no-repeat;
	background-position:center center;
/*	border:1px solid #0C4DA2;*/
}
.cust_radio_on{
	background:url(../graphics/jquery/radiobox_on.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #fff;
}
.cust_radio_off{
	background:url(../graphics/jquery/disabled_off.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #fff;
}
.cust_radio_disabled_on{
	background:url(../graphics/jquery/radiobox_disabled_on.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #fff;
}
.cust_radio_disabled_off{
	background:url(../graphics/jquery/disabled_off.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #fff;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}

