/*select.error{

	color:#FF0000 !important;

}

select.error option{

	color:#000;

}*/

.error {

	border:1px solid #FF0000 !important;

}

.errortext {

	color:#FF0000;

	font-weight:normal;

	font-style:italic;

	

}



div.error{

	display:none !important;

}

label[for=hiddenRecaptcha], label[for=hiddenRecaptcha1], label[for=hiddenRecaptcha2], label[for=hiddenRecaptcha3], label[for=hiddenRecaptcha4] {

	display: block !important;

	color: #FF0000;

	border: none !important;

	font-size: 12px !important;

	background: none !important;

}

div[for=hiddenRecaptcha], div[for=hiddenRecaptcha1], div[for=hiddenRecaptcha2], div[for=hiddenRecaptcha3], div[for=hiddenRecaptcha4] {

	display: block !important;

    color: #FF0000;

    border: none!important;

    font-size: 12px !important;

    text-align: left;

    /* margin-left: 0px; */

    background: none !important;

}
input[type="radio"].error {
	outline: 2px solid #FF0000;   
}
input[type="checkbox"].error {
   outline: 2px solid #FF0000;
}