.formfield_error{
	color: #ee1010 !important;
	border: 1px solid #ee1010 !important;
}
.formfield_error::placeholder {
	color: #ee1010 !important;
}
.formfield_error:-ms-input-placeholder {
	color: #ee1010 !important;
}
.formfield_error::-ms-input-placeholder {
	color: #ee1010 !important;
}
.form_error{
	color: #ee1010;
	text-align: center;
	font-size: 0.8em;
}
.formfield_button_disabled{
	color: #333333 !important;
	background: #666666 !important;
	outline: none !important;
}
.formfield_leyenda{
	color: #767676;
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 1em 0;
}