.jquery-checkbox { display: inline; }
.jquery-checkbox-box { display: inline; font-size: 16px; line-height: 16px; cursor: pointer; margin-right:2px; }
.jquery-checkbox .mark { display: inline; }
.jquery-checkbox img { vertical-align: middle; width: 16px; height: 16px; }
.jquery-checkbox img { background: transparent url('/i/dubby/bg/checkbox.gif') no-repeat; }
.jquery-checkbox img { background-position: 0px 0px; }
.jquery-checkbox-hover img { background-position: -16px 0px; }
.jquery-checkbox-checked .jquery-checkbox img { background-position: 0px -16px; }
.jquery-checkbox-checked .jquery-checkbox-hover img { background-position: -16px -16px; }
.jquery-checkbox-disabled img { background-position: 0px -32px; }
.jquery-checkbox-checked .jquery-checkbox-disabled img { background-position: 0px -48px; }

