.modal {
  display:none;
  width:1030px;
  max-width:80%;
  background:#151414;
  padding:40px 13px 40px 40px;
  -webkit-box-shadow: 0 0 35px -3px #9e741a;
  -moz-box-shadow: 0 0 35px -3px #9e741a;
  -o-box-shadow: 0 0 35px -3px #9e741a;
  -ms-box-shadow: 0 0 35px -3px #9e741a;
  box-shadow: 0 0 35px -3px #9e741a;
  max-height:80%;
}

.modal a.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 42px;
  height: 40px;
  text-indent: -9999px;
  background: url(close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}