#RB_overlay {
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


#RB_redbox {
  z-index:1000;
  width:1000px;
  position: absolute;
  top: 0px;
  margin:auto;
}

#RB_window {
  z-index: 102;
  background-color: #FFFFFF;
  text-align: left;
  overflow: hidden;
  position: absolute;
}
