#RB_overlay {
  position: absolute;
  z-index:1001;
  width: 2400px;
  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: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1002;
}

#RB_window {
	position: absolute;
	width: 500px;
	z-index: 1009;
	line-height: 0;
	
}
#RB_loading {
  	margin: 0 auto 0 auto;
	width: 500px;
	height: 300px;
	/*text-align: center;*/
	background: #FFF url(../images/redbox_spinner.gif) no-repeat center center;
}

.redbox_contents {
	margin: 0 auto;
	text-align: left;
}


/*Lightbox styles*/
.rb_registration_field_text{
	font-family: arial;
	font-size: 12px;
	padding: 20px 0px 8px 0px;
	text-align: left;	
}
.rb_registration_field_text_error{
	color: red;
	line-height: 12px;
}


.rb_registration_box{
	width: 500px; 
	background: #fff; 
	border: 2px solid #000;
	position: relative;
	text-align: left;	
}
.rb_registration_header{
	width: 100%; 
	background: #222; 
	margin-bottom: 5px;
}
.rb_registration_subheader{
	width: 100%; 
	margin-bottom: 5px;
	background: #ececec;
}
.rb_registration_close_link{
	padding: 8px 4px 4px 4px;
	text-align: right;
	font-size: 12px;
}

.rb_registration_header_text{
	padding: 15px;
	color: #fff; 
	font-size: 14px;
}
.rb_registration_container{
/*	float: left; */
/*	width: 275px; */
	min-height: 300px;
}
.rb_registration_input_field{
	width: 200px;
}
.rb_registration_signin_header{
	font-family: arial;
	font-size: 16px;
	color: #fff;
	background: #222;
	text-align: left;	
	padding: 5px;
}