.IS_Checkbox.real-checkbox {
	display:none;
}

.IS_Checkbox.fake-checkbox {
	position:relative;
	float:left;
	width:15px;
	height:16px;
	background:transparent url('../images/checkbox_off.png') no-repeat 0 0;
}

.IS_Checkbox.fake-checkbox.checked {
	background-image:url('../images/checkbox_on.png');
}

.IS_Checkbox.fake-checkbox.indeterminate {
	background-image:url('../images/checkbox_indeterminate.png');
}