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

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

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked img{
	background-position: 0px -20px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -20px;
}

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




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

.jquery-checkbox-switch img {vertical-align: middle; width: 36px; height: 21px;}
.jquery-checkbox-switch img {background: transparent url(../images/checkbox-switch.png) no-repeat;}

.jquery-checkbox-switch img{
	background-position: 0px 0px;
}
.jquery-checkbox-switch-hover img{
	background-position: 0px 0px;
}
.jquery-checkbox-switch-checked img{
	background-position: 0px -23px;
}
.jquery-checkbox-switch-checked .jquery-checkbox-switch-hover img {
	background-position: 0px -23px;
}

.jquery-checkbox-switch-disabled img{
	background-position: 0px -0px;
}
.jquery-checkbox-switch-checked .jquery-checkbox-switch-disabled img{
	background-position: 0px -23px;
}





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

.jquery-checkbox-switch2 img {vertical-align: middle; width: 41px; height: 22px;}
.jquery-checkbox-switch2 img {background: transparent url(../images/checkbox-switch2.png) no-repeat;}

.jquery-checkbox-switch2 img{
	background-position: 0px 0px;
}
.jquery-checkbox-switch2-hover img{
	background-position: 0px 0px;
}
.jquery-checkbox-switch2-checked img{
	background-position: 0px -22px;
}
.jquery-checkbox-switch2-checked .jquery-checkbox-switch2-hover img {
	background-position: 0px -22px;
}

.jquery-checkbox-switch2-disabled img{
	background-position: 0px -0px;
}
.jquery-checkbox-switch2-checked .jquery-checkbox-switch2-disabled img{
	background-position: 0px -22px;
}



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

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

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

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



.jquery-checkbox-rectangle-white       {display: inline; font-size: 25px; line-height: 31px; cursor: pointer; cursor: hand;}
.jquery-checkbox-rectangle-white .mark {display: inline;}

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

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

.jquery-checkbox-rectangle-white-disabled img{
	background-position: 0px 0px;
}
.jquery-checkbox-rectangle-white-checked .jquery-checkbox-disabled img{
	background-position: 0px 0px;
}