#MB_overlay {
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2000px;
  position: absolute;
  z-index: 999;
  background-color: #000 !important;
 -moz-opacity: 0;
 opacity: 0;
 filter: alpha(opacity=0);  
}
#MB_window {
  top: 0;
  border: 0 solid;
  color: #000;
  text-align: left;
  background: #f5f3ed;
  position: absolute;
  z-index: 1000;
}
#MB_frame {
  height: 100%;
}
#MB_header {
  height: 0;
  margin: 0;
  background: #d2dcf0;
  border: 0;
}
#MB_content {
  padding: 0;
  overflow: auto;
}
#MB_caption {
  color: #000;
  margin: 0;
  padding: 10px;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  display: none;
}
#MB_close {
  top: 8px;
  right: 9px;
  padding: 2px 3px;
  color: #777;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  display: block;
  z-index: 1010;
}
#MB_close:hover {
  color: #000;
  background: transparent;
}
#MB_loading {
  padding: 1.5em;
  text-indent: -1000px;
  background: transparent url(../img/spinner.gif) center center no-repeat;
}
