.jquery-checkbox-box   {
	display:block;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
	cursor:hand;
	width:12px;
	height:12px;
	float:left;
	margin-right:5px;
}
.jquery-checkbox {display: block; width:14px; height:14px;float:left;position:relative;top:3px; margin-right:0px;}
.jquery-checkbox .mark {display: block;}	

.jquery-checkbox img { width: 12px; height: 12px;}
.jquery-checkbox img{background: transparent url('http://media.mth.net/planete_justice/images/newsletter/radio_off.jpg') no-repeat;}

.jquery-checkbox img{
	background: transparent url('http://media.mth.net/planete_justice/images/newsletter/radio_off.jpg') no-repeat;
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background: transparent url('http://media.mth.net/planete_justice/images/newsletter/radio_off.jpg') no-repeat;
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox img{
	background: transparent url('http://media.mth.net/planete_justice/images/newsletter/radio_on.jpg') no-repeat;
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background: transparent url('http://media.mth.net/planete_justice/images/newsletter/radio_on.jpg') no-repeat;
	background-position: 0px 0px;
}

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