.cust_checkbox{
	font-size:14px;
	cursor: pointer;
}
.cust_checkbox_on{
	background:url(../media/images/jquery.cust_checkbox/checkbox_on.gif) no-repeat 0 0;
}
.cust_checkbox_hvr{
	background:url(../media/images/jquery.cust_checkbox/checkbox_on.gif) no-repeat 0 0 !important;
}
.cust_radio_on{
	background:url(../media/images/jquery.cust_checkbox/radiobox_on.png) no-repeat 0 0;
}
.cust_radio_hvr{
	background:url(../media/images/jquery.cust_checkbox/radiobox_hvr.png) no-repeat 0 0  !important;
}
.cust_checkbox_off{
	background:url(../media/images/jquery.cust_checkbox/checkbox_off.gif) no-repeat 0 0;
}
.cust_radio_off{
	background:url(../media/images/jquery.cust_checkbox/checkbox_off.png) no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url(../media/images/jquery.cust_checkbox/checkbox_disabled_on.png) no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url(../media/images/jquery.cust_checkbox/disabled_off.png) no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url(../media/images/jquery.cust_checkbox/radiobox_disabled_on.png) no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url(../media/images/jquery.cust_checkbox/disabled_off.png) no-repeat 0 0;
}
.group{
	color:#333;
}
fieldset{
	border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}
.cust_checkbox {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px 2px 0;
}