SPAN#filter_field {
	font-weight:bold;
}
SPAN#filter_value {
	color:blue;
}
SPAN#filter_operator {
	color:green;
}
UL#filter_rule {
	margin:0px;
	padding:0px;
	list-style: inside disc;
	color:#000000;
}
.checkbox_orange {
	background-color: #FFCA48;
}
.checkbox_orange INPUT {
	background-color:transparent;
	border:0px;
}