@import url("/common/css/tfr/hd_ftr.css");

#tooltip {
    line-height:1.5;
    color:white;
    width:200px;
    background:#FF9900;
    border:2px solid white;
    padding:1em;
    font-size:small;
}

	.cust_checkbox { font-size:14px; cursor:pointer; }
	.cust_checkbox_on { background:url("/common/css/images/checkbox_on.png") no-repeat left center; }
	.cust_checkbox_off { background:url("/common/css/images/checkbox_off.png") no-repeat left center; }
	.cust_checkbox_off_must { background:url("/common/css/images/checkbox_off_must.png") no-repeat left center; }
	.cust_checkbox_disabled_on { background:url("/common/css/images/checkbox_disabled_on.png") no-repeat left center; }
	.cust_checkbox_disabled_off { background:url("/common/css/images/disabled_off.png") no-repeat left center; }

	.cust_radio_on { background:url("/common/css/images/radio_on.png") no-repeat left center; }
	.cust_radio_off { background:url("/common/css/images/radio_off.png") no-repeat left center; }
	.cust_radio_off_must { background:url("/common/css/images/radio_off_must.png") no-repeat left center; }
	.cust_radio_disabled_on { background:url("/common/css/images/radio_disabled_on.png") no-repeat left center; }
	.cust_radio_disabled_off { background:url("/common/css/images/radio_disabled_off.png") no-repeat left center; }
/*	fieldset { margin:0 0 20px 0; padding:10px; }*/