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

.jquery-checkbox img {vertical-align: middle; width: 15px; height: 13px; background: transparent url(../img/checkbox.gif) no-repeat;}
.jquery-radio img {vertical-align: middle; width: 14px; height: 14px; background: transparent url(../img/radio.gif) no-repeat;}

/************** Checkbox Bg positions START **************/
.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -13px;
}
.jquery-checkbox-checked img{
	background-position: 0px -26px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -39px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -52px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -65px;
}
/************** Checkbox Bg positions END **************/

/************** Radio Bg positions START **************/
.jquery-radio img{
	background-position: 0px 0px;
}
.jquery-radio-hover img{
	background-position: 0px -14px;
}
.jquery-radio-checked img{
	background-position: 0px -28px;
}
.jquery-radio-checked .jquery-radio-hover img {
	background-position: 0px -42px;
}

.jquery-radio-disabled img{
	background-position: 0px -56px;
}
.jquery-radio-checked .jquery-radio-disabled img{
	background-position: 0px -70px;
}
/************** Radio Bg positions END **************/