/* fancyform styles */
label {
	display: block;
	padding: 5px;
	padding-left: 25px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 181px;
	float: left;
}

.labelContainer {
	background-repeat: no-repeat;	
	background-image: url(/template/images/bg-filter-option.png);
	background-position: left 1px;
	width: 211px;
	float: left;
	margin-right: 11px;
	margin-bottom: 7px;
}

#filterContainer .checked {
	background-image: url(/template/style/moocheck/chk_on.png)
}

#filterContainer .unchecked {
	background-image: url(/template/style/moocheck/chk_off.png)
}

#filterContainer .selected {
	background-image: url(/template/style/moocheck/rdo_on.png)
}

#filterContainer .unselected {
	background-image: url(/template/style/moocheck/rdo_off.png)
}
