#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 {
	display:block;
	margin:20px auto 0 auto;
	overflow:hidden;
	position:absolute;
	text-align: center;
	z-index:102;
	height:auto;
	top:149px;
	width:100%;
}
.upload_window {
	border-top: 4px solid #cc3333; 
	text-align: left; position: relative; padding: .5em 1em 1.5em 1em; width: 350px; margin: 0 auto; background-color:#FFFFFF; 
}
#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;
}
a#close_link { 
	background: url(/images/closelabel.gif);
	display: block;
	width: 66px;
	height: 22px;
	position: absolute; right: 10px; bottom: 10px; text-indent: -2000px; 
}

.redbox_contents {
  margin: 0 auto;
  text-align: left;
	
}
