.w-message {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
  border: 10px solid rgba(255, 255, 255, 0.9);
  background: #EEE;
  color: #333;
  position: fixed;
  z-index: 20000;
  display: none;
}
.w-message .link-text {
  cursor: pointer;
  color: #F00;
  text-decoration: none;
}
.w-message .link-text:hover {
  text-decoration: underline;
}
.w-message .btn--gray {
  padding: 5px 30px;
  font: normal bold 12px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
}
.w-message .btn--gray:hover {
  text-decoration: none;
}
.w-message .btn-close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
}

.w-message-overlay {
  height: 100%;
  width: 100%;
  background: #000;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: none;
  z-index: 19000;
  position: fixed;
  top: 0;
  left: 0;
}

.w-message-headline {
  font: normal normal 30px/1.2 "PrattHeavy", Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  text-align: center;
  color: #333;
}

.w-message-deck {
  margin-bottom: 10px;
  font: normal normal 14px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  text-align: center;
  color: #333;
}

.w-message-body {
  font: normal normal 12px/1.2 Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #333;
}
