/* Checkboxes */
label{ float:left;}

label.checkbox_checked {
	background:url(/img/account/check_activo.png) no-repeat;	
	display: block;
    width: 27px;
    height: 27px;
    background-size: 27px;
	float:left;
	cursor:pointer;
}
label.checkbox_unchecked  {
	
	background: url(/img/account/check_inactivo.png) no-repeat;
    display: block;
    width: 27px;
    height: 27px;
    background-size: 27px;
	cursor:pointer;
}


/* Radio Buttons */
label.radio_checked {
	background:url(../../img/bullet_green.png) no-repeat;	
	display: block;
	width:25px; height:25px;
	float:left;
}
label.radio_unchecked  {
	background:url(../../img/bullet_white.png) no-repeat;	
	display: block;
	width:25px; height:25px;
	float:left;
}


/* 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;
	float:left;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

