.fresh-modal {
  display: none;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px !important;
  box-shadow: 0 0 10px #000;
}

.fresh-modal a.close-modal {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/close2.png) no-repeat 0 0;
  opacity: 0.7;
}
.fresh-modal a.close-modal:hover {
  opacity: 0.8;
}

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