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

.jquery-checkbox img {vertical-align: middle; width: 25px; height: 25px;}
.jquery-checkbox img{background: transparent url(/nickshack/images/poll/checkbox/poll-checkbox.gif) no-repeat;}

.jquery-checkbox img{
  background-position: 0px 0px;
}
.jquery-checkbox-hover img{
  background-position: 0px -25px;
}
.jquery-checkbox-checked .jquery-checkbox img{
  background-position: 0px -50px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
  background-position: 0px -75px;
}

.jquery-checkbox-disabled img{
  background-position: 0px -100px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
  background-position: 0px -125px;
}