/* Checkboxes */
label.checkbox_checked {
	background: #fff url(tick.png) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}
label.checkbox_unchecked  {
	background: #fff url(cross.png) no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px;
}

/* Radio Buttons */
label.radio_checked {
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 5;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imgs/radioReplacement.png);
	background-repeat: no-repeat;
	position: relative;
	height: 15px;
	font-size: 16px;
	background-attachment: scroll;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 22px;
}
label.radio_unchecked  {
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 5;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imgs/radioReplacement.png);
	background-repeat: no-repeat;
	position: relative;
	height: 15px;
	font-size: 16px;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 3px;
	padding-right: 22px;
}
.highlight {
	font-size: 16px;
}


/* 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 */

