@charset "utf-8";
/* CSS Document */

input.errHilite, select.errHilite, textarea.errHilite {
        border: 1px solid #DDC;
        background-color: #FFE;
        }
label.errHilite {
        color: #C00;
        }
ul#errors {
        display: none;
        margin-top: 1em;
        background-color: #FFE;
        border: 1px solid #CC9;
        padding: .3em;
        color: #C00;
        font-weight:normal;
        }
ul#errors li {
        font-family: "Trebuchet MS";
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left:20px;
        padding:0;
        }
ul#errors li.heading {
        list-style-type: none;
        color: #000;
        font-weight: normal;
        font-style: italic;
        margin: .5em 0;
        padding: 0;
        }

