﻿.consumerBtn {
    /* 08 */
    background: #539AD4;
    color: white;
}

.consumerBtn:hover {
    background-color:#6f7980;    
}

#btnSendMessage { 
    /*09*/
    background: #0E7AC0;
    color: white;
}

#btnSendMessage:hover { 
    background-color:#BADFE3;
}

#divFooterBottom {
    /* 012*/
    background-color: #6D6E70;
}

#footer {
    /*011*/
    background: #E6E6E6;
}