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

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

.jquery-checkbox img{
	background-position: -209px -23px;
}
.jquery-checkbox-hover img{
	background-position: -195px -23px;
}
.jquery-checkbox-checked img{
	background-position: -195px -23px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -195px -23px;
}

.jquery-checkbox-disabled img{
	background-position: -209px -23px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: -209px -23px;
}