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

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

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -30px;
}
.jquery-checkbox-checked img{
	background-position: 0px -60px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -90px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -120px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -150px;
}