@charset "UTF-8";
.textareaRequiredMsg, .textareaValidMsg{ display: block; }
.textareaMinCharsMsg, .textareaMaxCharsMsg{ display: none; }
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg{ display: block; color: red !important; }
.textareaFlashState textarea, textarea.textareaFlashState{ color:red !important; display: block !important; }
.textareaMaxCharsState .textareaMaxCharsMsg{ display: block !important; color: red !important; }