#RB_overlay {
  position: absolute;
  z-index:2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
}

#RB_loading {
  z-index: 2001;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../images/redbox_spinner.gif) no-repeat bottom center;
}

#RB_window {
	position: absolute;
/*	background-color: #ffffff;*/
	text-align: left;
	top: 200px;
	width: 369px;
	height: 395px;
	/*border: 1px solid #d1d1d1;*/
	padding: 0px;
	margin: 0px;
	overflow: auto;
	display: block;
	z-index: 2002;
	/*margin-left:-36px;*/
}


p.RB_window {
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 0px 0px;
}

