#RB_overlay {
  position:absolute;
  z-index:100;
  text-align:center;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color:#ffffff;
}

#RB_redbox {
  z-index:103;
  width:100%;
  position:absolute;
  text-align:center;
  top: 0px;
  left:0;
}

#RB_loading {
  position: relative;
  top:200px;
  z-index: 101;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: #666 url(../images/redbox_spinner.gif) no-repeat center center;
  border:1px solid #222222;
}

#RB_window {
  z-index:102;
  display:block;
  overflow: hidden;
  position:absolute;
  margin:-60px 0 0 0;
text-align:center;
}
