/* Checkboxes */
label.checkbox_checked {
	background: url(tick.png) no-repeat;	
	display: block;
	padding-left: 25px;
	float:left;
/*
	width:65px;
*/
}
label.checkbox_unchecked  {
	background: url(cross.png) no-repeat;	
	display: block;
	padding-left: 25px;
	float:left;
/*
	width:65px;
*/
}


/* Radio Buttons */
label.radio_checked {
	display:block;
	float:left;
	display:inline;
/*
	width:65px;
*/
	background: url(bullet_green.png) no-repeat left center;
	padding-left: 25px;

}
.radio_unchecked  {
	display:block;
	float:left;
	display:inline;
/*
	width:65px;
*/
	background: url(bullet_white.png) no-repeat left center;
	padding-left: 25px;
/*
	text-indent: 25px;
*/
/*
	border:1px solid red;
*/
	width:auto;
}


/* Hover State */
label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #000;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */

.crirHidden {
	position: absolute;
	left: -1000px;
	width:0px;
	height:0px;
	display:inline;
	overflow:hidden;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


div.input {
	width:100px;
	float:left;
	height:35px;
	overflow:hidden;
	position:relative;
	top:-10px;
	border:1px solid #ff0;
}

