.jquery-checkbox {
	display: inline;
	font-size: 12px; 
	line-height: 18px; 
	cursor: pointer;
	cursor: hand;
}
.jquery-checkbox .mark {
	display: inline;
}

.jquery-checkbox img {
	vertical-align: middle;
	width: 14px;
	height: 15px;
}
.jquery-checkbox img {
	display: inline-block;
	vertical-align: top;
	background-position: 0px 0px;
	background: transparent url('../media/images/dec/radio_button.png') no-repeat;
}
.jquery-checkbox-checked img {
	background-position: 0px -15px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -15px;
}
.jquery-checkbox-hover img {
	background-position: 0px 0px;
}
.jquery-checkbox-disabled img {
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px 0px;
}

.insurance_diff .jquery-checkbox img,
.insurance_agree .jquery-checkbox img {
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 0 2px 0 0;
}
.insurance_diff .jquery-checkbox img,
.insurance_agree .jquery-checkbox img {
	background: transparent url('../media/images/dec/checkbox.gif') no-repeat;
}
.insurance_diff .jquery-checkbox-checked img,
.insurance_agree .jquery-checkbox-checked img {
	background-position: 0px -13px;
}
.insurance_diff .jquery-checkbox-checked .jquery-checkbox-hover img,
.insurance_agree .jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -13px;
}