#RB_overlay {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  background-color: #000;
  opacity: .6; }

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

#RB_window {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  z-index: 102;
  line-height: 0; }
  #RB_window div {
    line-height: 1em;
    text-align: left; }

#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: 0 auto;
  text-align: left; }

.popup {
  width: 440px;
  margin: 0 auto;
  background: white;
  border: 1px solid black; }
  .popup .popup_header {
    padding: 4px 8px 4px 30px;
    border-bottom: 1px solid #CCC; }
    .popup .popup_header #popup_close_box {
      padding-top: 4px; }
  .popup #popup_content {
    padding: 10px 30px 30px 30px;
    overflow: auto; }
    .popup #popup_content .small_form {
      padding: 0; }
