﻿/** flash styling **/

#flash
{
    /* center */
    text-align: center;
    width: 50%;
    right: 25%;
    left: 25%;
    z-index:1;
    
    /* dimensions + slide */
    position: absolute;  
    height: 4em;
    padding: 1em;
    border: 6px solid #92B092;
    background-color: #D0E0D1;
    border-top: none;
    bottom: 100%;
    font-size: 1.2em;
}

#flash.normal
{
    border-color: #FFD824;
    background: #FFF8BF; 
}

#flash.error
{
    border-color: #CF0000;
    background: #FFD8D2; 
}

#flash.confirm
{
    border-color: #92B092;
    background: #D0E0D1; 
}

#flash ul
{
    text-align: left;
    list-style-type: disc;
}
