.modal {
  display: none;
  width: 600px;
  background: #0d707f;
  color: #fff;
  padding: 40px 60px;
  border-radius: 0;
  font-size: 16px;
  z-index: 999;
  -webkit-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.75);
}

.modal a.close-modal {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  content: "\00D7";
  position: absolute;
	top: 5px;
	color: #fff;
	z-index: 999;
	right: 7px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 28px;
font-weight: 100;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../images/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;
}


.jquery-modal.blocker
{
background-color: rgb(3,69,87) ! important;
opacity: 0.3 ! important;
}