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

.jquery-j_check img {vertical-align: middle; width: 20px; height: 20px;}
.jquery-j_check img {background: transparent url('../images/j_redio.png') no-repeat;}

.jquery-j_check img{
	background-position: 0px 0px;
}
.jquery-j_check-hover img{
	background-position: 0px -20px;
}
.jquery-j_check-checked .jquery-j_check img{
	background-position: 0px -40px;
}
.jquery-j_check-checked .jquery-j_check-hover img {
	background-position: 0px -60px;
}

.jquery-j_check-disabled img{
	background-position: 0px -80px;
}
.jquery-j_check-checked .jquery-j_check-disabled img{
	background-position: 0px -100px;
}