.msg_success{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin-bottom:6px; margin-top:6px; width:570px; height:auto; padding:5px; color: #000000;
    background-color:#f1fff1; border:1px solid #3ac13a;    
}
.msg_error{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin-bottom:6px; margin-top:6px; width:570px; height:auto; padding:5px; color: #000000;
    background-color:#fff1f1; border:1px solid #c13a3a;
}
.msg_normal{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin-bottom:6px; margin-top:6px; width:570px; height:auto; padding:5px; color: #000000;
    background-color:#fffff1; border:1px solid #c1c13a;    
}
.msg_important{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin-bottom:6px; margin-top:6px; width:570px; height:auto; padding:5px; color: #000000;
    background-color:#f1f1ff; border:1px solid #3a3ac1;    
}

.bullet_success{
    color:#3ac13a; font-size:13px;
}
.bullet_error{
    color:#c13a3a; font-size:13px; 
}
.bullet_normal{
    color:#c1c13a; font-size:13px;
}
.bullet_important{
    color:#3a3ac1; font-size:13px;
}
 
