/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background:url('../img/bglight.jpg') repeat;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    z-index: 150;    
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

.GB_Window .header {
    margin: 0;
    height: 45px;
    color: white;
    font:12px Arial, sans-serif;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-left:15px;
}

.GB_Window .close 
{
    width:100px;
    text-align:center;
}

.GB_Window .close span 
{
    font:bold 12px Arial, sans-serif;
    color:White;
    text-transform:uppercase;
    cursor: pointer;
}
.GB_Window .close img {
    display:none;
}

.GB_Window .on {}
.GB_Window .click {}