#RB_overlay {
  position: absolute;
  z-index:9997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  z-index: 9998;
  width: 100%;
  position: absolute;
  top: 0px;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 9998;
  width: 300px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  background: #FFF url(../images/loader.gif) no-repeat center center;
}

#RB_window {
  border: 3px #9BBB38 solid;
  z-index: 9999;
  background-color: #FFFFFF;
  display: block;
  text-align: left;
  overflow: auto;
  margin: 20px auto 0 auto;
  position: absolute;  
}
