/* Checkboxes */
label.checkbox_checked {
	background: #fff url(../images/ticked.png) no-repeat;
    text-indent: 25px;
    display: block;
    margin: 0;
}
label.checkbox_unchecked  {
	background: #fff url(../images/unticked.png) no-repeat;
	text-indent: 25px;
    display: block;
    margin: 0;
}

/* targeter checkboxes */
div#targeter label.checkbox_checked {
    background: #fff url(../images/targeter/checkbox_checked.gif) no-repeat;
    background-position: left center;
    text-indent: 20px;
    display: block;
    margin: 0;
}
div#targeter label.checkbox_unchecked  {
    background: #fff url(../images/targeter/checkbox_unchecked.gif) no-repeat;
    background-position: left center;
    text-indent: 20px;
    display: block;
    margin: 0;
}

/* Radio Buttons */
label.radio_checked {
	background: #fff url(../images/bullet_green.png) no-repeat;
	text-indent: 25px;
    display: block;
    margin: 0;
}
label.radio_unchecked  {
	background: #fff url(../images/bullet_white.png) no-repeat;
	text-indent: 25px;
    display: block;
    margin: 0;
}


/* 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 */


