#popupZoneOverlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
#popupZoneOverlay.popupZoneOverlayFixed {
  position: fixed;
  top: 0;
}
#popupZoneLoader {
  background: url('../pics/ajax-loader.gif') no-repeat center center !important;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  left: 50%;
}
#popupZone {
  margin: 10px auto;
}
.popupLayout {
  background: white;
  margin: 0 auto;
}
.popupLayoutContent {
  padding: 15px 20px 20px;
}
.popupLayoutTitle {
  position: relative;
  border-bottom: 1px solid silver;
}
.popupLayoutTitle .popupCloser {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 160%;
  font-weight: normal;
  color: gray;
}
.popupLayoutTitle .popupCloser:hover {
  color: black;
}
.popupLayoutTitle h2 {
  margin: 0;
  padding: 8px 12px;
  font-size: 125%;
}
.popupLayoutFooter {
  padding: 10px 14px 12px;
  background: #e0e0e0;
}
#popupQuestionDialog {
  width: 34em;
}
#popupQuestionDialog p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}
#popupQuestionDialog .popupQuestionButtons {
  text-align: center;
  margin: 0;
}
#popupQuestionDialog a.primary {
  margin-right: 6px;
}
