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

#feedback_warning, #feedback_message , #feedback_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;
    margin-bottom:0.4em;
    max-width:700px;
    }
#feedback_warning img, #feedback_message img , #feedback_notice img {
    float:right;
    margin-top:2px;
    margin-right:2px;

    cursor:pointer;
    }
#feedback_warning a , #feedback_message a , #feedback_notice a {float:right;text-decoration:none}

#feedback_warning	{background-color:#F5BB9F;border:1px solid #EE8888; background-image: url(/images/messages/warning.png)}
#feedback_message    {background-color:#FFFFDD;border:1px solid #CFCF7D; background-image: url(/images/messages/information.png)}
#feedback_notice     {background-color:#E5F3D6;border:1px solid #5A9429; background-image: url(/images/messages/information.png)}