/* 
    Document   : system_out.css
    Created on : 31/08/2010, 09:54:49
    Author     : infocraft
    Description:
        Purpose of the stylesheet follows.
*/
div.msgError,div.msgSucess {
    background:#FDE8E7 url('../img/error_icon.png') no-repeat 15px 1em;
    border: 2px solid #DFB9B7;
    margin-bottom: 5px;
    padding: 1em 17px 1em 45px;
    z-index: 998;
    width: 320px;
    font-weight: bold;
    font-family: verdana;
    font-size: 9pt;
}
div.msgSucess {
    background:#FDF6D4 url('../img/info_icon.png') no-repeat 15px 1em;
    border: 2px solid #EAE3C1;
}



