#popupZoneOverlay {
  background: url('../pics/popup.png');
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
}
#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: 2px;
  font-size: 240%;
  color: gray;
}
.popupLayoutTitle .popupCloser:hover {
  color: black;
}
.popupLayoutTitle h2 {
  margin: 0;
  padding: 10px 14px;
  font-size: 140%;
}
.popupLayoutFooter {
  padding: 14px 20px 20px;
  background: #d0d0d0;
}
.popupLayoutAchievement {
  background: yellow;
  border-color: orange;
}
.popupLayoutAchievement .popupLayoutFooter {
  background: orange;
}
#popupQuestionDialog {
  width: 34em;
  text-align: left;
}
#popupQuestionDialog p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}
#popupQuestionDialog .popupQuestionButtons {
  text-align: center;
  margin: 0;
}
#popupQuestionDialog a.primary {
  margin-right: 6px;
}
