.css-fixed_message_panel {
    display: none;
    position: fixed;
    top: .5em;
    left: 50%;
    margin-left: -300px; /* Half of the width size*/
    width: 600px;
    min-height: 50px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    background-color: #3498db; /* Blue color by default */
    /*background-color: #59b210;
    background-color: #f8484a;*/
    z-index: 100;
    border: solid 2px #ffffff;
    border-bottom-right-radius:2em;
    border-bottom-left-radius:2em;
    padding: 15px;

    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}