
.is-unique-field.not-unique,
.is-unique-field.not-unique:hover,
.is-unique-field.not-unique:focus
{
	color:						#fff;
	background-color:			#f39105;
	border:						1px dotted #f39105 !important;
}

.error
{
	color:						#b90000;
	border:						1px dotted #b90000 !important;
}

.field-error
{
	color:						#b90000;
	border:						1px dotted #b90000 !important;
}

input.error, input.error:hover, input.error:focus,
input.field-error, input.field-error:hover, input.field-error:focus,
textarea.field-error, textarea.field-error:hover, textarea.field-error:focus,
select.field-error, select.field-error:hover, select.field-error:focus
{
	color:						#fff !important;
	background-color:			#9a2525 !important;
}

.input-radio.field-error
{
	border:						none;
}

label.field-error,
.label.field-error
{
	border:						none;
	color:						#fff;
}

label.error,
.label.error
{
	display:					none !important;
}