div#messageflow_container0 {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

div.messageflow_msg {
    padding: .5em .5em .5em .5em;
    height: 3em;
    width: 300px;
}

div.messageflow_msg_error {
    background-color: rgba(255, 100, 100, 1);
    color: rgb(120, 0, 0);
}

div.messageflow_msg_warning {
    background-color: rgba(255, 120, 0, 0.3);
    color: rgb(120, 60, 0);
}

div.messageflow_msg_success {
    background-color: rgba(100, 255, 100, 1);
    color: rgb(0, 120, 0);
}

div.messageflow_msg_info {
    background-color: rgba(100, 100, 255, 1);
    color: rgb(0, 0, 120);
}
