#RB_redbox {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0px;
  padding: 0;
}

#RB_overlay {
  position: relative;
  top: 0px;
  left: 0px;
  z-index:100;
  background-color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#RB_window {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 102;
	color: #FFF;
	padding: 70px 0 0 0;
}

#RB_loading {
  margin: 0 auto 0 auto;
	width: 100px;
	height: 500px;
  text-align: center;
  background:  url(../images/redbox_spinner.gif) no-repeat center center;
}

.redbox_contents {
  margin: 1em auto auto auto;
  width: 950px;
  top: 112px;  
}

#redbox_messages {
  margin: 0 auto 0 auto;
  width: 850px;
  height: 42px;
  top: 70px;  
  text-align: center;
}


#redbox_close{  
  text-align: right;
  float: right;
  z-index: 200;
}

#redbox_yield {
  width: 900px;
  float: left;
}