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

.jquery-checkbox img { width: 11px; height: 11px;}
.jquery-checkbox img{background: transparent url(/images/buttons/radio_buttons.jpg?6db5cca) no-repeat;}

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

}

.jquery-checkbox-disabled img{

}
.jquery-checkbox-checked .jquery-checkbox-disabled img{

}