.jquery-checkbox {
	display: inline; 
	cursor: pointer; 
	cursor: hand;
}
.jquery-checkbox .mark {
	display: inline;
}
.jquery-checkbox img {
	vertical-align: middle; 
	width: 20px; 
	height: 20px;
	margin: 0 2px 0 0;
}
.jquery-checkbox img {
	background: transparent url(/_common/img/checkbox.gif) no-repeat;
}
.jquery-checkbox img {
	background-position: 0 0;
}
.jquery-checkbox-hover img {
	/* background-position: 0px -20px; */
}
.jquery-checkbox-checked img {
	background-position: 0px -25px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	/* background-position: 0px -60px; */
}
.jquery-checkbox-disabled img {
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -100px;
}