.notify {
    position:relative;
    width:100%;
    height:50px;
    display:none;
    text-align:center;
    padding:15px 0px 0px 0px;
    font-size:16px;
    line-height:1em;
    font-family: Arial, sans-serif;
    cursor:pointer;
}
.notification_text { margin:0 auto; width: 960px; }
.notification_text .message { display:inline-block; width: 900px; text-align: left;}
.notification_text .close_me { padding:3px 0 0 0; display:inline-block; background: rgba(0,0,0,0.6); font-size: 12px; color:#ffffff; width:54px; height:20px; border-radius: 3px; }

.green {
    background-color:#A6C357;
    color:#ffffff;
    border-bottom:1px solid #7D9536;
}
.orange {
    background:#F0BC28 url('../img/gradient_tile.png') bottom left repeat-x;
    color:white;
    border-bottom:1px solid #666;
}
.red {
    background:#E35C62 url('../img/gradient_tile.png') bottom left repeat-x;
    color:white;
    border-bottom:1px solid #666;
}
.blue {
    background:#6CB9CB url('../img/gradient_tile.png') bottom left repeat-x;
    color:white;
    border-bottom:1px solid #000000;
}
.grey {
    background:#dedede url('../img/gradient_tile.png') bottom left repeat-x;
    color:#000000;
    border-bottom:1px solid #333333;
}
.yellow {
    background:#fff214 url('../img/gradient_tile.png') bottom left repeat-x;
    color:#000000;
}
