/* MESSAGES AND ERRORS */
.message {
    background: #f3f8fc url(../../images/buttons/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 80px;
    padding: 5px 5px 5px 30px;
    font-size: 10pt;
}
.error {
    background: #fff3f3 url(../../images/buttons/exclamation.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 80px;
    padding: 5px 5px 5px 30px;
    font-size: 10pt;
}