.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: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url("Images/yesno.png") no-repeat;width:25%;}    /*Pooja Sarkar-03/09/2013. Issue no.20*/

.jquery-checkbox img{
	background-position: 0px 0px;	
}
/*.jquery-checkbox-hover img{
	
	background-position: 0px -39px;
}*/
.jquery-checkbox-checked img{
	/*background-position: 0px -40px;*/
	background-position: 0px -46px;
}
/*.jquery-checkbox-checked .jquery-checkbox-hover img {
	/*background-position: 0px -60px;
	background-position: 0px -120px;
}*/
