/*MESSAGE BANNER ERRORS and WARNINGS*/
.c_message_banner_info, .c_message_banner_error {
    border: 1px solid;
    width: 350px;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.c_message_banner_info {
    color: #0f5d00;
    background-color: #d8ff9a;
    background-image: url('../images/tick.png');
}

.c_message_banner_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/customicondesign-office1-simple/png/close16.png);
}