.message, .mod_account_message, .mod_action_message {
    background: #F9F6E2;
    color: #16364D;
    padding: 1.5rem 10px;
    text-align: center;
}

.message p, .mod_account_message p, .mod_action_message p {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    margin: 0;
}

.message p:before, .mod_account_message p:before, .mod_action_message p:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -.4rem;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../images/message-icons.png);
    background-size: 70px 35px;
    background-repeat: no-repeat;
}

.message.error p:before {
    background-position: -35px;
}

.message p statusnr { display: none; }