.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 84px; height: 24px;}
.jquery-checkbox img{background: transparent url(/images/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -24px;
}
.jquery-checkbox-checked img{
	background-position: 0px -48px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -72px;
}
