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

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

.jquery-checkbox img{
    background: transparent url(../../img/chk_off.png) no-repeat;
}
.jquery-checkbox-hover img{
    background: transparent url(../../img/chk_off.png) no-repeat;
}
.jquery-checkbox-checked img{
    background: transparent url(../../img/chk_on.png) no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
    background: transparent url(../../img/chk_on.png) no-repeat;
}

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

.jquery-safe-radio, .jquery-safe-radiotop, .jquery-safe-radiobot  {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-safe-radio .mark, .jquery-safe-radiotop .mark, .jquery-safe-radiobot .mark {display: inline;}

.jquery-safe-radio img, .jquery-safe-radiotop img {vertical-align: middle;  width:19px; height: 39px; }
.jquery-safe-radiobot img { vertical-align: middle; width: 19px; height: 43px; }

.jquery-safe-radio img{background: transparent url(../../img/radio/bg.png) no-repeat;}
.jquery-safe-radiotop img{background: transparent url(../../img/radio/topbg.png) no-repeat; margin-top: -5px; }
.jquery-safe-radiobot img{background: transparent url(../../img/radio/botbg.png) bottom left no-repeat;}

.jquery-safe-radio-hover img{ background: transparent url(../../img/radio/bg.png) no-repeat; }

.jquery-safe-radiobot-checked img { background: transparent url(../../img/radio/botsel.png) left bottom no-repeat;}
.jquery-safe-radio-checked img, .jquery-safe-radiotop-checked img { background: transparent url(../../img/radio/scroll.png) center top no-repeat; }

.jquery-safe-radio-disabled img{
    background-position: 0px -80px;
}
.jquery-safe-radio-checked .jquery-safe-radio-disabled img{
    background-position: 0px -100px;
}