/* Style: Notices and Errors
------------------------------------------------------------------------------*/
#flash_message {
    margin: 26px 0px 0px 24px;
    padding: 24px 0 0 0;
    font-size: 12px;
}
div.message {
    clear: both;
    margin: 0;
    padding: 26px 0pt 10px 0px;
    color: #cc0000;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}
div.flash_message {
    clear: both;
    margin: 0;
    padding: 26px 0px 10px 26px;
/*
    font-size: 120%;
    font-weight: bold;
*/
}
div.flash_warning {
    clear: both;
    margin: 0;
    padding: 26px 0px 10px 26px;
    color: #f00;
/*
    font-size: 120%;
    font-weight: bold;
*/
}
div.error-message {
    clear: both;
    color: #cc0000;
    font-weight: normal;
}
p.error {
    margin: 26px 26px 0 26px;
    padding: 0.8em;
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
}
p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    margin: 1em 0;
    padding: 0.8em;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
}
.success {
    background: green;
    color: #fff;
}