.jquery-checkbox, .jquery-radio{display: inline; cursor: pointer; cursor: hand; width:20px; overflow:hidden}
#wrap .jquery-checkbox {position:relative; top:-2px;}
#wrap .jquery-radio {position:relative; top:-2px;}
.support .jquery-checkbox, .support .jquery-radio{position:relative; top:3px;}
.jquery-checkbox .mark, .jquery-radio .mark{display: inline;}

.jquery-checkbox img, .jquery-radio img{vertical-align: middle;  height: 13px;}
.jquery-checkbox img{background: transparent url(../img/layout/form/form.check.png) no-repeat; width: 13px;}
.jquery-radio img{background: transparent url(../img/layout/form/form.option.png) no-repeat; width: 13px;}

.jquery-checkbox img, .jquery-radio img{
	background-position: 0 0;
	position: relative;
	top: 0px;
}
.jquery-checkbox-hover img, .jquery-radio-hover img{
/*	background-position: 0px -20px;*/
}
.jquery-checkbox-checked img, .jquery-radio-checked img{
	background-position: -13px 0;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	/*background-position: 0px -60px;*/
}

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