/*#metabox-content {
  display: none;
  width: 500px;
}*/

#metabox {
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#metabox-container {
  position: relative;
  top: 0;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 20px 20px;
}

#metabox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #000;
}

#metabox-close {
  position: absolute;
  color: #f30;
  top: 13px;
  right: 7px;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

#metabox-close:hover {
  color: #666;
  text-decoration: underline;
}
