#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: 0.1;
  filter: alpha(opacity=10);
}

#RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
  left: 0;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 101;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: #666 url(../images/redbox_spinner.gif) no-repeat center center;
  border: 2px solid black;
}

#RB_window {
  z-index: 102;
  background-color: #F6F6F3;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;  
  width: 500px !important;
  min-height: 200px!important;
  border: 10px solid #fff;
  padding: 10px;
  padding-top: 30px;
  color: #646464;
}

#RB_window .page_title h3
{
  color: #93a007;
}
#RB_window input,
#RB_window textarea
{
  /*margin-bottom: 10px;*/
  border: 1px solid #7C7C7C;
}
#RB_window .cancel_button
{
  text-align: right;
}
#RB_window select
{
  margin-top: 0;
}

#RB_window .buttons
{
  margin-top: 20px;
}
#RB_window .buttons input
{
  margin-bottom: 0;
  margin-right: 10px;
}

