#RB_overlay {
  position: fixed;
  z-index:100;
  width: 100%;
  height: 100%;  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}

#RB_window {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 102;
	line-height: 0;
	top: 10em;
	height: 40em;
}

#RB_loading {
  margin: 0 auto 0 auto;
	width: 45em;
	height: 45em;
  text-align: center;
  background: #FFF url(../images/redbox_spinner.gif) no-repeat center center;
  
  
  
  width: 30em;
  height: 40em;
  background-color:white;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.redbox_contents {
  margin: 0 auto;
  text-align: left;
}
div#email_form, div#pageFile_search, div#pagePage_search {
  width: 30em;
  height: 40em;
  background-color:white;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div#email_form label {
  font-size: 1.5em;
  line-height: 1.5em;
}
div#email_form textarea {
  height: 200px;
  width: 180px;
}
div#pageFile_search, div#pagePage_search  {
  overflow:auto;
  position: fixed;
  top:12em;
  left:35%;
  width:600px;
}
#pageFile_search td, #pagePage_search td  {
  text-align: left;
}
div#pageFile_search td, div#pagePage_search td  {
  padding: 6px;
}
}
