/* Radio boxes */
.jquery-checkbox      {display: inline; font-size: 40px; line-height: 40px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 40px; height: 40px; margin: -5px 15px -25px 0;}
.jquery-checkbox img{background: transparent url(checked.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked img{
	background-position: -40px 0px;
}

/* Checked */

.big-checkbox     {display: inline; font-size: 40px; line-height: 40px; cursor: pointer; cursor: hand;}
.big-checkbox .mark {display: inline;}

.big-checkbox img {vertical-align: middle; width: 54px; height: 53px; margin: -20px 0px -40px 0;}
.big-checkbox img{background: transparent url(checked-big2.png) no-repeat;}

.big-checkbox img{
	background-position: 0px 0px;
}
.big-checkbox-checked img{
	background-position: -54px 0px;
}
