@charset "utf-8";
/* CSS Document */
.form-error-class {
    background-color:#ffe8e8;  
}
.form-valid-class {
    background-color:#ffffff;  
}

div[id^="err-"] {
    display: none;
}

.form-ErrorComemnt__text {
    color: #f00;
}