/* @override http://huffingtonpost.gilt.com:3000/stylesheets/modalbox.css?1224686344 */

#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  background-color: #000!important;
  opacity: 0;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
  position:absolute;
  top: 0;
  border: 0 solid;
  text-align:left;
  z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
  position:relative;
  background-color: #f8de85;
  height:100%;
  border: 1px solid #f8de85;
}

#MB_header {
  margin:0;
  height: 70px;
}
#MB_content {
  padding: 6px 0;
  overflow:auto;
}
#MB_content form p {
  margin-top: 4px;
}
#MB_caption {
  padding: 1em 2em 0 0.75em;
  margin: 0;
  text-align: left;
  color: #F3CE52;
  font-weight: normal;
  font-size: 180%;
}
#MB_close {
  display:block;
  position:absolute;
  right:5px; top:4px;
  padding:2px 3px;
  font-weight:bold;
  text-decoration:none;
  font-size:13px;
}
#MB_close:hover {
  background:transparent;
}
#MB_loading {
  padding: 3em;
  background: transparent url(/images/default/util/mb_loader2.gif) 50% 0 no-repeat;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/* Color scheme */
#MB_window {
  background-color:#EFEFEF;
  color:#000;
}
#MB_content {
  background-color: #f8de85;
  color:#000;
}
#MB_header {
  background-color:#000;
  border-bottom: 1px solid #CCC;
}

#MB_close { color:#777 }
#MB_close:hover { color: #f8de85 }
