/* 
    Document   : lzcontactcsv.css
    Created on : Oct 12, 2011, 9:36:01 PM
    Author     : samik
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.lzcerrormsg {
    margin: 10px;
    border: 1px #EE0000 solid;
    background-color: #FFEBE8;
    padding: 10px;
    font-size: 12px;
}
.lzcerrormsg b {
    font-weight: bold;
}
.lzcsuccess {
    margin: 10px;
    border: 1px #3F9437 solid;
    background-color: #EBFFE4;
    padding: 10px;
    font-size: 12px;
}