/*
:notice for positive feedback (action successful, etc)
:message for neutral feedback (reminders, etc)
:warning for negative feedback (action unsuccessful, error encountered, etc)
*/

#warning, #message , #notice {
    background-position: 0em 0.4em;
    padding-left:52px;
    min-height:52px; /* 48 + 2 + 2 */
    background-repeat:no-repeat;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    }
#warning img, #message img , #notice img {
    float:right;
    margin-top:2px;
    margin-right:2px;
    cursor:pointer;
    }
/*#warning a , #message a , #notice a {float:right;text-decoration:none}
*/
#warning	{background-color:#F5BB9F;border:1px solid #EE8888; background-image: url(/images/flash/warning.png)}
#message    {background-color:#FFFFDD;border:1px solid #CFCF7D; background-image: url(/images/flash/information.png)}
#notice     {background-color:#E5F3D6;border:1px solid #5A9429; background-image: url(/images/flash/information.png)}

#warning p, #message p, #notice p{
    margin-right:5px;
    }
