
#system-messages {
    position: absolute;
    top: 100px;
    width: 900px;
}

.message {
    background-color: #000;
    color: #eee;
    width: 500px;
    margin: 0 auto;
}

.message.error {
    color: #fcc;
}

.message .header {
    text-align: right;
    padding-right: .5em;
}

.message .header a {
    font-family: monospace;
    font-weight: bold;
    text-decoration: none;
    color: #ccf;
}

.message .header a:hover {
    color: #fcc;
}

.message .text {
    padding: 0 1em 1em 1em;
    line-height: 140%;
    font-size: 1.1em;
    font-style: Italic;
}