﻿.jquery-checkbox {display: inline-block;cursor: pointer; cursor: hand;width:13px;height:11px;position:relative;top:-2px}
.jquery-checkbox .mark {display:inline-block;width:11px;height:11px;}
.jquery-checkbox img {display:inline-block;vertical-align:middle;width:11px;height:11px;}
.jquery-checkbox img {background: url('../_iMg/Content/Checkbox/checkbox.gif') no-repeat;
}
.jquery-checkbox img {background-position: 0px 0px;}
.jquery-checkbox-hover img {background-position: -11px 0}
.jquery-checkbox-checked img {background-position: -22px 0;}
.jquery-checkbox-checked .jquery-checkbox-hover img {background-position: -33px 0;}
.jquery-checkbox-disabled img {background-position: 0px 0px;}
.jquery-checkbox-checked .jquery-checkbox-disabled img {background-position: 0px 0px;}

.checkBox label {margin-left:5px}
.checkBox {background-color:#4B4B4B;}
.blackBox .checkBox {background-color:transparent;}