﻿#message.alert {
    background-color: #a00;
}

#message {
    background-color: #3fb53f;
    color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    z-index: 9999;
    font-family: 'Trebuchet MS';
    max-width: 600px;
    margin: auto;
}

    #message span {
        background-image: url(../Admin/theme/default/img/icons-white-48.png);
        position: absolute;
        top: 20px;
        left: 40px;
    }

    #message p {
        position: absolute;
        top: 20px;
        left: 100px;
        max-width: 600px;
        font-size: 1.2em;
    }

    #message a.messagelink {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    #message a {
        color: #fff;
        text-decoration: underline;
    }
