#fancybox-outer {
  -moz-box-shadow: 0px 0px 10px #4c4c4c;
  -webkit-box-shadow: 0px 0px 10px #4c4c4c;
  box-shadow: 0px 0px 10px #4c4c4c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =========================== */
/* ! Interstitial Header Bar   */
/* =========================== */

span.interstitial-header-title {
  font-weight: bold;
}

#interstitial-header {
  background-color: #E8E8E8;
  height: 1.5em;
  line-height: 1.5em;
  padding: .5em;
  width: 540px;
}

#interstitial-header #interstitial-close-container {
  float: right;
  text-align: right;
  width: 30%;
}

/* ===================== */
/* ! Interstitial Body   */
/* ===================== */
#interstitial-body {
  padding: 1em .5em 0em .5em;
  line-height: 1.4em;
  width: 540px;
}

/* ======================= */
/* ! Interstitial Button   */
/* ======================= */
#interstitial-body .interstitial-button-container {
  padding-top: 1em;
  text-align: center;
}

#interstitial-body input#interstitial-action {
  background-color: #557697;
  border: 0px;
  font-weight: bold;
  color: white;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#interstitial-body input#interstitial-action:hover {
  -moz-box-shadow: 0px 0px 5px #4c4c4c;
  -webkit-box-shadow: 0px 0px 5px #4c4c4c;
  box-shadow: 0px 0px 5px #4c4c4c;
}