/*html, body {
	height: 100%;
	overflow: auto;
}*/
	
#GB_overlay {
  background-image:url(../img/greybox/overlay.png);
  position: absolute;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

#GB_window { 
  top: 36px;
  left: 50%;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
  position: fixed;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #e4680a;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  float: right;
  margin-top: -17px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}

