#GB_overlay 
{
background-color: #000;
position: absolute;
margin: auto;
top: 0;
left: 0;
z-index: 100;
}

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

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

#GB_frame 
{
border: 0;
margin: 0;
padding: 0;
overflow: auto;
white-space: nowrap;
}

.GB_Window .content 
{
background-color: #000;
border: 3px solid #666;
border-top: none;
}

.GB_Window .header 
{
border-bottom: none;
border-top: 3px solid #666;
border-left: 3px solid #666;
border-right: 3px solid #666;
margin: 0;
height: 22px;
font-size: 12px;
padding: 0;
color: #333;
}

.GB_Window .close 
{
text-align: right;
}

.GB_Window .close span { 
font-size: 12px;
cursor: pointer; 
}

.GB_Window .close img {
    cursor: pointer;
    padding: 1px 0 0 0;
}
