@charset "utf-8";
.cust_img{
	border:0;
	padding:0;
	margin:0;
	vartical-align:bottom;
}

.cust_checkbox{
	font-size:20px;
	cursor: pointer;
	/*position: relative;*/
	height:20px;
	width:15px;
	/*left: -4px;*/
	padding:0;
}


.cust_checkbox_on{
	background:url(../img/sprite.png) no-repeat -427px -31px;
}
.cust_radio_on{
	background:url(../img/sprite.png) no-repeat -427px -31px;
}
.cust_checkbox_off{
	background:url(../img/sprite.png) no-repeat -400px -31px;
}
.cust_radio_off{
	background:url(../img/sprite.png) no-repeat -400px -31px;
}
.cust_checkbox_disabled_on{
	background:url(../img/checkbox/checkbox_disabled_on.png) no-repeat 0 -1px;
}
.cust_checkbox_disabled_off{
	background:url(../img/checkbox/disabled_off.png) no-repeat 0 -1px;
}
.cust_radio_disabled_on{
	background:url(../img/checkbox/radiobox_disabled_on.png) no-repeat 0 -1px;
}
.cust_radio_disabled_off{
	background:url(../img/checkbox/disabled_off.png) no-repeat 0 -1px;
}
.group{
	color:#333;
}
fieldset{
		border:1px solid #ccc;	
}
fieldset label{
	color:#999;	
}
