/* Radio Buttons */
label.radio_checked, label.radio_unchecked, label.radio_disabled {
	background: #fff url(http://www.vaikuta.org/images/radio_check.gif) no-repeat;
	display: inline;
	margin: 0;
	padding: 0 0 10px 35px;
}


label.radio_unchecked  {
	background-image: url(http://www.vaikuta.org/images/radio_uncheck.gif);
}

label.radio_disabled {
	background-image: url(http://www.vaikuta.org/images/radio_uncheck.gif);
}

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

label.radio_disabled:hover, label.checkbox_disabled:hover {
	color: #000;
}

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


#detect-img {
	position: absolute;
	top: 0px;
	left: -200000px;
	z-index: -1000;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
