.cust_checkbox{
	font-size:14px;
	cursor: pointer;
}
.cust_checkbox_on{
	background:url(/images/ui/chk/checkbox_on.png) no-repeat 0 0;
}
.cust_radio_on{
	background:url(/images/ui/chk/radiobox_on.png) no-repeat 0 0;
}
.cust_checkbox_off{
	background:url(/images/ui/chk/checkbox_off.png) no-repeat 0 0;
}
.cust_radio_off{
	background:url(/images/ui/chk/checkbox_off.png) no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url(/images/ui/chk/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(/images/ui/chk/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(/images/ui/chk/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(/images/ui/chk/disabled_off.png) no-repeat 0 0;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}

.group label {
	padding-right:1em;
	/* vertical-align:20%; */
}
