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

/* override width */
#GB_window {
	width: 600px !important;
	border: 5px solid #fff; border-top-width: 1px; 
    left: 0; top: 0; position: absolute; overflow: hidden; z-index: 150; }

.GB_Window .content {
	width: auto; border: 0; padding: 0; margin: 0; overflow: hidden;
    background-color: #fff;  }
.GB_Window .header { height: 1px; }
.GB_Window .caption { display: none; }

.GB_Window .close { 
	position: absolute; left: 10px; bottom: 27px; line-height: 30px; padding:0; margin: 0; }

.GB_Window .close span {
	position: relative; text-transform:lowercase; 
	cursor: pointer; color: #003974; padding-left: 10px; 
	background: transparent url(w_close.gif) 0 50% no-repeat; }
.GB_Window .close img { display: none; }

.GB_Window .on { text-decoration: underline; }
.GB_Window .click { }

