
/*
#GB_overlay {
  background-image: url(images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 130px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 600px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: white;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}*/

html, body {
  padding: 0;
  margin: 0;
/*  min-height: 100%;
  height: 100%;
  width: 100%;*/
}



#GB_overlay {
  /*position: absolute;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
 background-image: url(images/overlay.png); 
 width:100%;
 height:100%;*/
    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 {
   /*   position: absolute;
      margin-top: expression(140 - parseInt(this.offsetHeight / 2) + (boxMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
       background: #fff;
  border: 2px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;*/
    vertical-align:top;
    width:400px;
    height:470px;
    height: auto !important;
    min-height: 470px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    z-index:131;
    border:1px solid black;
    background-color:White; 

}


#GB_window {
/*  top: 5%;
  left: 50%;
  position: fixed;
  background: #fff;
  border: 2px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;*/
    vertical-align:top;
    width:400px;
    height:470px;
    height: auto !important;
    min-height: 200px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    z-index:131;
    border:1px solid black;
    background-color:White; 
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
  
}

#GB_caption {
  font: 12px;
  height:18px;
  line-height:18px;
  font-family: verdana, sans-serif;
  color: white;
  background-color: #ED1C24;
  padding: 2px 0 2px 5px;
  margin: 0;
  font-weight:bold;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}