#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: #222;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0;
}

#RB_window {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 102;
	line-height: 0;
}

#RB_loading {
  margin: 0 auto;
  position: fixed;
  top: 150px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
  background: #FFF url(../images/ajax_loader.gif) no-repeat center center;
  border: 4px solid #3B5998;
}

.redbox_contents {
  margin: 0 auto;
  text-align: left;
}

/* CUSTOM ADDITIONS */
#redbox_popup {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -250px;
}
#redbox_top {
	background-image: url("../images/redbox/top.png");
	background-repeat: no-repeat;	
	height: 20px;
	margin: 0;
}
#redbox_middle {
	background-image: url("../images/redbox/middle.png");
	background-repeat: repeat-y;
	text-align: left;
	line-height: 1.6em;
	padding: 0 20px;
	margin: 0;
	color: #FFF;
}
#redbox_middle h2 {
	margin-top: 0;
}
#redbox_middle p.note {
	color: #FFF;
	margin: 14px 0 8px 0;
}
#redbox_bottom {
	background-image: url("../images/redbox/bottom.png");
	background-repeat: no-repeat;
	height: 20px;
	margin: 0;
}