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

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

.jquery-checkbox img{
  background: transparent url(checkbox-off.png) no-repeat;
}
.jquery-checkbox-hover img{
  background: transparent url(checkbox-off-hover.png) no-repeat;
}
.jquery-checkbox-checked img{
  background: transparent url(checkbox-on.png) no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
  background: transparent url(checkbox-on-hover.png) no-repeat;
}

.jquery-checkbox-disabled img{
  background: transparent url(checkbox-off-hover.png) no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
  background: transparent url(checkbox-disabled.png) no-repeat;
}