#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
}

#RB_window {
	position: relative;
	/*left: 0;*/
	width: 500px;
	height:500px;
	z-index: 102;
	/*line-height: 0;*/
margin-left:auto;
margin-right:auto;
margin-top:20px;
	background-color:#fff;
	text-align:left;
overflow:auto;
	padding:20px;
}

#RB_loading {
  margin: auto auto auto auto;
	width: 250px;
	height: 600px;
  text-align: center;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}
#loading_icon {
  margin: auto auto auto auto;
	width: 250px;
	height: 600px;
  text-align: center;
  background: url(../images/ajax-loader.gif) no-repeat center center;
}

.redbox_contents {
  margin: 0 auto;
  text-align: left;
}

#loading_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 2000px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}
