#GB_overlay {
    background-color: #dceffa;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
}

#GB_window {
    top: 10px;
    left: 0px;
    position: absolute;
    background: #fff;
    border: 5px solid #75bbe9;
    width: 400px;
    height: 400px;
    z-index: 150;
    zoom: 1;
    display: inline;
}

#GB_toolbar {
    font-size: 0.75em;
    color: #008fd4;
    background: #dceffa;
    padding: 5px 10px;
    border-bottom: 1px solid #88c9ee;
    margin: 0;
    text-align: right;
    overflow: hidden;
    zoom: 1;
}

#GB_toolbar a {
    display: block;
    float: right;
    cursor: pointer;
    text-decoration: none;
    color: #008fd4;
}

#GB_frame {
    overflow: auto;
    width: 100%;
    height: 378px;
}