
#system-message {
    margin-bottom: 10px;
    padding: 0;
}
#system-message > dt {
    display: none;
    font-weight: bold;
}
#system-message > dd {
    font-weight: bold;
    margin: 0;
    text-indent: 30px;
}
#system-message > dd > ul {
    background-position: 4px top;
    background-repeat: no-repeat;
    border-bottom: 3px solid #84a7db;
    border-top: 3px solid #84a7db;
    color: #0055bb;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 10px;
}
#system-message > dd > ul > li {
    line-height: 1.5em;
}
#system-message > .message > ul {
    background-color: #c3d2e5;
    background-image: url("../images/notice-info.png");
}
#system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul {
    color: #c00;
}
#system-message > .error > ul {
    background-color: #e6c0c0;
    background-image: url("../images/notice-alert.png");
    border-color: #de7a7b;
}
#system-message > .warning > ul {
    background-color: #e6c8a6;
    background-image: url("../images/notice-note.png");
    border-color: #ffbb00;
}
#system-message > .notice > ul {
    background-color: #efe7b8;
    background-image: url("../images/notice-note.png");
    border-color: #f0dc7e;
}
