#backdrop, #windowbox-wrapper {
  display:none;
  left:0;
  position:fixed;
  width:100%;
}
#backdrop {
  background:#333;
  height:100%;
  opacity:0.5;
  top:0;
  z-index:1000;
}
#windowbox-wrapper {
  height:100%;
  top:50px;
  z-index:2000;
}
#windowbox-outer{
  background:#fff;
  border:10px solid #CCC;
  height:86%;
  margin:0 auto;
  min-height:400px;
  position:relative;
  width:740px;
}
#windowbox-content {
  border:1px solid #000;
  height:100%;
  overflow-x:hidden;
  position:absolute;
  width:740px;
}
#windowbox-wrapper a.close-btn{
  background: #82c188; /* Old browsers */
  background: -moz-linear-gradient(top, #82c188 0%, #33ac3e 50%, #009d0c 51%, #009d0c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82c188), color-stop(50%,#33ac3e), color-stop(51%,#009d0c), color-stop(100%,#009d0c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #82c188 0%,#33ac3e 50%,#009d0c 51%,#009d0c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #82c188 0%,#33ac3e 50%,#009d0c 51%,#009d0c 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #82c188 0%,#33ac3e 50%,#009d0c 51%,#009d0c 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c188', endColorstr='#009d0c',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #82c188 0%,#33ac3e 50%,#009d0c 51%,#009d0c 100%); /* W3C */
  border:1px solid #54651b;
  -moz-border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  border-radius:6px 6px 0 0;
  color:#eee;
  display:block;
  font-size:14px;
  padding:7px;
  position:absolute;
  right:-10px;
  text-decoration:none;
  text-shadow:1px 1px 2px #000;
  top:-40px
}
