/* Radio Buttons */
label.radio_checked {
	background: url(/_resource/image/form/radio_a.gif) top left no-repeat;	
	padding-left: 18px;
	line-height: 20px;
}
label.radio_unchecked  {
	background: url(/_resource/image/form/radio.gif) top left no-repeat;	
	padding-left: 18px;
	line-height: 20px;
}

/* Checkboxes */
.cv label.checkbox_checked {
	background: url(/_resource/image/form/checkbox_a.gif) top center no-repeat;	
	padding-top: 16px;
	line-height: 2em;
}
.cv label.checkbox_unchecked  {
	background: url(/_resource/image/form/checkbox.gif) top center no-repeat;
	padding-top: 16px;
	line-height: 2em;
}

/* Checkboxes */
.ch label.checkbox_checked {
	background: url(/_resource/image/form/checkbox_a.gif) top left no-repeat;	
	padding-left: 18px;
}
.ch label.checkbox_unchecked  {
	background: url(/_resource/image/form/checkbox.gif) top left no-repeat;
	padding-left: 18px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
