.validationError {
	color: #e60012;
    font-size: 12px;
}

input.myError,
select.myError,
textarea.myError {
	background-color: #ffedef;
}
