.jmodal {
  display: none;
  width: 400px;
  background: #fff;
  /*padding: 15px 30px;*/
  

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 50px rgba(255,0,0,1);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(0,0,0,.5);
  -box-shadow: 0 0 50px rgba(255,0,0,1);
}

.jmodal a.close-modal {
        font-size: 30px;
		line-height: 25px;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #a9a9a9;
		/*text-shadow: 0 -1px 1px rbga(0,0,0,.6);*/
		font-weight: bold;
		cursor: pointer;
		text-decoration:none;
}

.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;
}