#RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  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: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	z-index: 102;
}

#RB_loading {
  margin: 0 auto 0 auto;
	width: 250px;
	height: 250px;
  text-align: center;
  background: #FFF url('../images/redbox_spinner.gif') no-repeat center center;
}

.redbox_contents {
  margin: 0px auto;
  text-align: left;
  width: 840px;
  padding: 10px;
  background-color: white;
  border: 4px solid gray;
  
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px; 
}

.redbox_contents * {
  color: black !important;
}

.redbox_close {
  background: transparent url(../images/redbox_close.png) no-repeat scroll 50%;
  display: block;
  float: right;
  height: 16px;
  text-decoration: none;
  text-indent: -9999px;
  width: 16px;
  margin: 2px;
}

.redbox_back {
  background: transparent url(../images/redbox_back.png) no-repeat scroll 50%;
  display: block;
  float: right;
  height: 16px;
  text-decoration: none;
  text-indent: -9999px;
  width: 16px;
  margin: 2px;
}
