/* 
    Document   : penton_gallery
    Created on : Mar 21, 2010, 7:56:39 PM
    Author     : earl.dunovant
    Description:
        Purpose of the stylesheet follows.
    Note: 4/4/10 steve.perks
          I removed all the styles from this style sheet for now as they were mierly placeholders
          I'll add back styles as I deduce what should become base styles based on the module
*/
.form-item textarea.error.ckeditor-processed + .cke {
    border: 2px red solid;
}
.hidden-error-message,
.hidden-error-message-li {
    display: none;
}

#node-form .error-counter {
    color: rgb(186, 16, 16);
    font-weight: bold;
}
