.jquery-checkbox       {display: inline;}
.jquery-checkbox-box   {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 16px; height: 16px;}

.jquery-checkbox img{
	background: transparent url(../images/checkbox.png) no-repeat;
}
.jquery-checkbox-hover img{
	background: transparent url(../images/checkbox.png) no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox img{
	background: transparent url(../images/checkbox_checked.png) no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background: transparent url(../images/checkbox_checked.png) no-repeat;
}

.jquery-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -48px;
}
