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

.jquery-checkbox img {vertical-align: middle; width: 42px; height: 42px;}
.jquery-checkbox img{background: transparent url(checkboxes.png) no-repeat;}

.jquery-checkbox {
	margin-top:-5px;
}

div.o4  .jquery-checkbox{
	margin-top:20px;	
}

.jquery-checkbox img{
	background-position: -87px -12px;
}
.jquery-checkbox-hover img{
	background-position: -18px -12px;
}
.jquery-checkbox-checked img{
	background-position: -156px -12px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -156px -12px;
}

.jquery-checkbox-disabled img{
	background-position: -87px -12px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: -156px -12px;;
}