div.qticker_error_message_container {
    display: none;
    position: absolute;
    top: 40%;
    left: 44%;
}

div.qticker_error_message_filler {
    background: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
}

div.qticker_error_message_window {
    z-index: 9999;
    position: fixed;
    background: white;
    width: 320px;
    padding: 20px;
}
.qticker_error_message_close{
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-weight: bold;
}
.qticker_error_message_close:hover{
    opacity:0.7;
}
