.jquery-checkbox       {display: inline; font-size: 11px; line-height: 14px; cursor: pointer; cursor: hand; margin-top:0px;float:left;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 11px; height: 11px;}
.jquery-checkbox img{background: transparent url(../images/ring.gif) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -0px;
}
.jquery-checkbox-checked img{
	background-position: -11px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -11px 0px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}


/**/

.jquery-bigcheckbox       {display: inline; font-size: 11px; line-height: 18px; cursor: pointer; cursor: hand; margin-top:0px;float:left;}
.jquery-bigcheckbox .mark {display: inline;}

.jquery-bigcheckbox img {vertical-align: middle; width: 19px; height: 20px;}
.jquery-bigcheckbox img{background: transparent url(../images/bg-bigcheck.gif) no-repeat;}

.jquery-bigcheckbox img{
	background-position: 0px 0px;
}
.jquery-bigcheckbox-hover img{
	background-position: 0px -0px;
}
.jquery-bigcheckbox-checked img{
	background-position: -19px 0px;
}
.jquery-bigcheckbox-checked .jquery-bigcheckbox-hover img {
	background-position: -19px 0px;
}

.jquery-bigcheckbox-disabled img{
	background-position: 0px -80px;
}
.jquery-bigcheckbox-checked .jquery-bigcheckbox-disabled img{
	background-position: 0px -100px;
}