
#GB_overlay {
    background-color: white;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
	border: 0px;}
}

#GB_window {
    left: 0;
    top: 0;
    position: absolute;
    overflow: visible;
    z-index: 150;
	margin: 0px;
	padding: 0px;
	/*border: 2px solid green;*/
	border: 0 none;}

.GB_header table {
    margin: 0px;
	padding: 0px;
    width: 100%;
	top:0;
    border-collapse: collapse;
}


.GB_header .close {
	text-align: right;
	margin: 0px;
	padding: 0px;
	top: 0px;
}


.GB_Window .content {
    border: 0px;
	padding: 0px;
	top: 0px;
	margin: 0px;
}

.GB_Window .header {
	/*height: 22px;*/
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;	
	top: 0;	
	border: 0 none;
	/*border: 1px solid blue;*/
}


.GB_Window .close img {
	cursor: pointer;
	padding: 0 0 0 0;
	margin: 0px 2px 0px 0px;	
	top: 0;
	border: 0 none;
}
.GB_Window .close { 
	text-align: right; 
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;	
	top: 0;
    width: 100%;
	border: 0px;
	/*border: 1px dotted red;*/}

.GB_Window .close span {
	padding: 0 0 0 0;
	margin: 0px;	
	top: 0;
	border: 0 none;
	cursor: pointer;
}

