div#jrealtime_msg {
    width: 400px;
    cursor: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: 0;
    -webkit-box-shadow: 0 0 7px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 7px 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 7px 5px rgba(0,0,0,0.4);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 20000;
    background-color: #EEE;
    padding: 3px
}

div#jrealtime_msgtext {
    clear: both;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: center
}

div#jrealtime_msgtitle {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    padding: 5px;
    background-color: #fdfdfd
}
