
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  z-index: 900;
  display: none;
}

.overlayBox {
  min-width: 600px;
  width: 600px;
  min-height: 150px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 903;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

.relatedBox {
  background-position: center;
  background-color: #064A8B;
  color: #FFF;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  padding-top: 15px;
}

.relatedButton {
  background-color: #FFF200;
  font-size: 14px;
  font-weight: 700;
  color: #064A8B;
  width: 130px;
  padding: 10px 10px;
  margin: 0px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

::-webkit-input-placeholder {
   color: #AAAAAA;
}

:-moz-placeholder { /* Firefox 18- */
   color: #AAAAAA;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #AAAAAA;
}

:-ms-input-placeholder {
   color: #AAAAAA;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}