/* adjust the font-size and line-height to center the label text with the image */
.jquery-checkbox { display: inline; font-size: 18px; line-height: 18px; cursor: pointer; cursor: hand; }
.jquery-checkbox .mark { display: inline; }

.jquery-checkbox img { vertical-align: middle; width: 30px; height: 30px; display: inline; }
label.radio_button .jquery-checkbox img { background: transparent url("../i/radiobutton.png") no-repeat; }
label.check_box .jquery-checkbox img { background: transparent url("../i/checkbox.png") no-repeat; }

label.radio_button .jquery-checkbox img, label.check_box .jquery-checkbox img {
	background-position: 0px 0px;
}
label.radio_button .jquery-checkbox-hover img, label.check_box .jquery-checkbox-hover img {
	background-position: 0px -30px;
}
label.radio_button .jquery-checkbox-checked img, label.check_box .jquery-checkbox-checked img {
	background-position: 0px -60px;
}
label.radio_button .jquery-checkbox-checked .jquery-checkbox-hover img,
label.check_box .jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -90px;
}

label.radio_button .jquery-checkbox-disabled img, label.check_box .jquery-checkbox-disabled img {
	background-position: 0px -120px;
}
label.radio_button .jquery-checkbox-checked .jquery-checkbox-disabled img,
label.check_box .jquery-checkbox-checked .jquery-checkbox-disabled img {
	background-position: 0px -150px;
}

form.edit_respondent fieldset.radio label span.jquery-checkbox { margin: 0 20px 0 0; }

