#RB_overlay {


}

#RB_redbox {
  z-index: 200;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#RB_loading {
  position: relative;
  top: 200px;
  z-index: 201;
  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: 202;
  display: block;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  position: absolute;
  
  background-color: #fff;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
 
.img-close {
 z-index: 204;
 position:absolute;
 top:15px;
 right:15px;
}

.txt-title {
 z-index: 203;
 position:absolute;
 top:15px;
 left:15px;
 color: #6A737B;
 font-size: 14px;
}

.txt-title input { 
    color: #6A737B;
	width: 390px; 
}
.txt-title textarea {
	width: 390px;
}
.txt-title td {
	text-align: right;
	padding-right: 4px;
}
.txt-title input.btn{
   color: #6A737B;  
   width: 60px;
}