@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
}
#GB_overlay {
    background-color: #000000;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    z-index: 100;
}
#GB_window {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #AAAAAA;
    height: 400px;
    left: 50%;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 150;
}
#GB_frame {
    border: 0 none;
    height: 378px;
    overflow: auto;
    width: 100%;
}
#GB_caption {
    background: none repeat scroll 0 0 #888888;
    color: #FFFFFF;
    font: 12px bold helvetica,verdana,sans-serif;
    margin: 0;
    padding: 2px 0 2px 5px;
    text-align: left;
}
#GB_window img {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 2px;
}
