.flash_notice, .flash_error {
    border:solid black 1px;
}
.flash_notice {
    background-color: #bfb;
}
.flash_error {
    background-color:#fbb;
}

