.cust_checkbox{
	font-size:14px;
	cursor: pointer;
	padding-right:10px;
	line-height:17px;
}
.cust_checkbox_on{
	background:url('../img/input/checkbox_on.png') no-repeat 0 3px;
}
.cust_checkbox_hvr{
	background:url('../img/input/checkbox_hvr.png') no-repeat 0 3px !important;
}
.cust_radio_on{
	background:url('../img/input/checkbox_on.png') no-repeat 0 2px;
}
.cust_radio_hvr{
	background:url('../img/input/checkbox_hvr.png') no-repeat 0 2px  !important;
}
.cust_checkbox_off{
	background:url('../img/input/checkbox_off.png') no-repeat 0 3px;
}
.cust_radio_off{
	background:url('../img/input/checkbox_off.png') no-repeat 0 2px;
}
.cust_checkbox_disabled_on{
	background:url('../img/input/checkbox_disabled_on.png') no-repeat 0 3px;
}
.cust_checkbox_disabled_off{
	background:url('../img/input/disabled_off.png') no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url('../img/input/radiobox_disabled_on.png') no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url('../img/input/disabled_off.png') no-repeat 0 0;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}

