#notification {
    border: 1px solid transparent;
    border-width: 0 0 1px;
    border-color: #2299d5;
    border-top: 1px solid #3c3c3c;
    background: #4D4D4D;
    background: -moz-linear-gradient(top, #4D4D4D 0%, #1e1e1e 40%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(40%,#1e1e1e), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #4D4D4D 0%,#1e1e1e 40%,#000000 100%);
    background: -o-linear-gradient(top, #4D4D4D 0%,#1e1e1e 40%,#000000 100%);
    background: -ms-linear-gradient(top, #4D4D4D 0%,#1e1e1e 40%,#000000 100%);
    background: linear-gradient(to bottom, #4D4D4D 0%,#1e1e1e 40%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#000000',GradientType=0 );
    min-height: 50px;
    width: 100%;
    margin-bottom: 10px;
}
#notification-content {
    margin: 0px auto;
    padding: 12px 0 0 0;
    text-align: center;
}
#notification-close {
    float: left;
    font-size: 18px;
    margin-top: -3px;
}
#notification.admin-preview {
    color: #c0c0c0;
    font-size: 12px;
}
