.jquery-checkbox {
  display: inline;
  cursor: pointer;
  cursor: hand;
  font-size: 16px;
  background: #fff;
}

.plugin-div .jquery-checkbox {
  background: #f4f4f4;
}

.jquery-checkbox .mark {
  display: inline;
}

.jquery-checkbox img {
  vertical-align: middle;
  width: 24px;
  height: 21px;
}

label:hover, label.label-active {
  color: #444;
}

label {
  margin: 0;
  padding: 2px; /* NS 6 problem */
  padding: 0 23px 0 0;
  color: #909090;
  font-family: "Arial", "Lucida Grande", "Tahoma", sans-serif;
  font-size: 12px;
  border: 0px;
  cursor: pointer;
}

/* sidebar */

#sidebar .jquery-checkbox {
  font-size: 15px;
  line-height: 15px;
}

#sidebar label {
  font-size: 11px;
}

.jquery-checkbox img, #sidebar .jquery-checkbox img {
  background-position: 0px -2px;
}

.jquery-checkbox-checked img, #sidebar .jquery-checkbox-checked img {
  background-position: -28px -2px;
}

