#GB_overlay {
    background-color: #393d46;
    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;
	text-align: center;	
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
	background: transparent url(../images/bg.jpg) repeat; }

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;	 
	text-align: center; }

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

.GB_Window .header {    
    margin: 0;
    height: 20px;    
    padding: 2px 0; 
	background-color: #FFFFFF; 
	border-bottom: 2px solid #CCCCCC; }

.GB_Window .caption {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	padding-left: 15px;
	color: #DE1B38; 
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 14px;
    cursor: pointer; }
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0; }