@charset "utf-8";

#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;
	
	background:#98a08f;
}

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

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

.GB_Window .content {
    /*background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;*/
	background:#98a08f;
	border:none;
}

.GB_Window .header {
    /*border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;*/
	
	background:#98a08f;
	border:none;
	
    margin: 0;
    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #000;
}

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

.GB_Window .close { text-align: right; }
.GB_Window .close span {
	
	color:#000;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
    font-size: 14px;
    cursor: pointer;
	
	padding:4px;
	
}
.GB_Window .close img {
	
	display:none;
	
    /*cursor: pointer;
    padding: 0 3px 0 0;*/
}

/*.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }*/