#bug-detected-window{
    position: absolute;
    right: -140px;
    top: 0px;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 5px;
    background: url('/pics/bug_detected.png') no-repeat left center;
    cursor: pointer;
    z-index: 109;
    height: 50px;
}

.bug-window-container {
    top: 95px;
    position: absolute;
    right: 0;
    height: 60px;
    width: 200px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}