.jqueryCheckbox       {display: inline; font-size: 19px; line-height: 19px; cursor: pointer; cursor: hand;}
.jqueryCheckbox .mark {display: inline;}

.jqueryCheckbox img {vertical-align: middle; width: 18px; height: 18px;}
.jqueryCheckbox img{background: transparent url(../../img/checked.png) no-repeat;}

.jqueryCheckbox img{
	background-position: 0px -18px;
}
.jqueryCheckbox-hover img{
	background-position: 0px -18px;
}
.jqueryCheckbox-checked img{
	background-position: 0px 0px;
}
.jqueryCheckbox-checked .jqueryCheckbox-hover img {
	background-position: 0px 0px;
}

.jqueryCheckbox-disabled img{
	background-position: 0px -40px;
}
.jqueryCheckbox-checked .jqueryCheckbox-disabled img{
	background-position: 0px -40px;
}


.jqueryRadio       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jqueryRadio .mark {display: inline;}

.jqueryRadio img {vertical-align: middle; width: 19px; height: 20px;}
.jqueryRadio img{background: transparent url(../img/radio.png) no-repeat;}

.jqueryRadio img{
	background-position: 0px 0px;
}
.jqueryRadio-hover img{
	background-position: 0px 0px;
}
.jqueryRadio-checked img{
	background-position: 0px -20px;
}
.jqueryRadio-checked .jqueryRadio-hover img {
	background-position: 0px -20px;
}

.jqueryRadio-disabled img{
	background-position: 0px -40px;
}
.jqueryRadio-checked .jqueryRadio-disabled img{
	background-position: 0px -40px;
}