@import "chadis.css";

DIV.error-frame {
    background-color:rgb(255,190,83);
    border:1px solid rgb(255,190,83);
    max-width:640px;

    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
}

.error-title {
    font-weight:bold;
    font-size:medium;
    padding:1em 1em 1em 1em;
    margin:0px 0px 0px 0px;
}

DIV.error-content {
    background-color:white;
    padding:1em 1em 1em 1em;
}

DIV.error-content P {
    margin-top:0px;
}

.important-note {
    border:1px dotted red;
    margin-left:3em;
    margin-right:3em;
    padding:1em 1em 1em 1em;
}
