#RB_overlay {
  position: absolute;
  z-index:998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  position:relative;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;

}

#RB_window {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
}

#RB_loading {
	width: 50px;
	height: 50px;
  text-align: center;
  margin-top:340px;
  background-image: #FFF url('/images/ajax-loader.gif') no-repeat center center;
}

.redbox_contents {
  margin-top:340px;
  text-align: left;
  background-color:#fff;
}
