
html, body {
  padding: 0;
  margin: 0;
}

#GB_overlay {
    background-color: #000000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:130;
    padding:0px;
}


* html #GB_window {
    vertical-align:top;
     width:680px;
    height:360px;
    height: auto !important;
    min-height: 360px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    z-index:131;
    border:1px solid black;
    background-color:White; 

}


#GB_window {
    vertical-align:top;
    width:680px;
    height:360px;
    height: auto !important;
    min-height: 360px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    z-index:131;
    padding:0px 0px 0px 8px;
    margin:0px;
    border:1px solid #bfbfbf;
    background-color:White; 
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 368px;
  margin:0px 0px 0px 0px;
  padding:0px;
  
}

#GB_caption {
  font: 8px;
  height:12px;
  line-height:12px;
  font-family: verdana, sans-serif;
  color: white;
  background-color: white; /*#306090;*/
  padding: 2px 0 2px 5px;
  margin: 0;
  font-weight:bold;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
  cursor: hand;
}