/* Checkboxes */
label.checkbox_checked {
	background:transparent url(../../imgs/css/bg_option_on.gif) no-repeat 0 0 scroll;
	/*width:18px;*/
	width:80px;
	min-height:18px;
	display:block;
	margin-left:15px;
	margin-right:4px;
}
label.checkbox_unchecked  {
	background:transparent url(../../imgs/css/bg_option.gif) no-repeat 0 0 scroll;
	/*width:18px;*/
	width:80px;
	height:18px;
	display:block;
	margin-left:15px;
	margin-right:4px;
}

/* Radio Buttons */
label.radio_checked {
	background:transparent url(../../imgs/css/bg_option_on.gif) no-repeat 0 0 scroll;
	width:18px;
	height:18px;
	display:block;
	margin-left:15px;
	margin-right:4px;
}
label.radio_unchecked  {
	background:transparent url(../../imgs/css/bg_option.gif) no-repeat 0 0 scroll;
	width:18px;
	min-height:18px;
	display:block;
	margin-left:15px;
	margin-right:4px;
}


/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


