.jquery-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url(../images/checkbox_empty.gif) no-repeat 0 100%;
}

.jquery-checkbox.jquery-checkbox-checked {background: url(../images/checkbox_active.png) no-repeat 0 100%;}