#debugInfo {
    background-color: rgba(248, 248, 248, 0.9);
    border: 1px solid rgb(90, 90, 90);
    border-radius: 8px;
    display: none;
    font-size: 9pt;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 320px;
    z-index: 65364;
}

#debugInfo a {
    color: blue;
    font-size: 9pt;
}

#debugInfo h1 {
    background-image: none;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    text-align: center;
    padding: 6px 6px 0px 6px;
}

#debugInfo p {
    padding: 6px 6px 0px 6px;
}

#dlgInactivity { z-index: 65365;}

#interactive {
    background-color: rgba(248, 248, 248, 0.9);
    border: 1px solid rgb(90, 90, 90);
    border-radius: 8px;
    left: 50%;
    padding: 0 4px;
    position: absolute;
    margin-left: -240px;
    top: 33%;
    width: 480px;
    z-index: 9999;
}

#interactive .buttonbar {
    clear: both;
    margin-top: 12px;
    text-align: right;
}

#interactive h1 {
    background-image: none;
    color: inherit;
    margin: 6px 0px;
    padding: 0px;
}

#interactive input[type=submit] {
    height: 24px;
    margin: 8px 128px;
    padding: 2px 16px 8px 16px;
}

#interactive span {
    width: 128px;
}