#RB_overlay {
  position: absolute;
  z-index:1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
/*  These throw errors in validation
	opacity: .6;
  filter: alpha(opacity=60); */
}

#RB_redbox {
  width: 100%;
  position: absolute;

  left:0;
  top: 0px;
  height: 100%;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 1001;
  width: 320px;
  height: 170px;
  margin: 0 auto;
  text-align: center;
  background: #fff url(/images/redbox_spinner.gif) no-repeat center center;
  border-top: 20px solid #750000;
}

#RB_window {
  z-index: 1002;
  background-color: #FFFFFF;
  display: block;
  text-align: left;
  overflow: visible;
  margin: 20px auto 0 auto;
  position: absolute;  
}
