#RB_overlay {
  position: absolute;
  z-index:100;
  width: 1500px;
  height: 100%;
  top: 0;
  left: -150px;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 99;
}

#RB_window {
  z-index: 102;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 45em;
  margin: -20em 0 0 -20em;
  border-top: #666 2px solid;
  border-bottom: #666 2px solid;
  border-right: #666 2px solid;
  border-left: #666 2px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#RB_loading {
  margin: 0 auto 0 auto;
  width: 250px;
  height: 250px;
  text-align: center;
  background: #FFF url(../images/redbox_spinner.gif) no-repeat center center;
}

.redbox_contents {
  margin: 0 auto;
  text-align: left;
}
