
a img {
    border-style:none;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  font-family:Calibri;
  font-size:12px;
  display: none;
  background: #fff;
  overflow: auto;
  z-index: 1001;
  position: fixed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px #47958c;
  -moz-box-shadow: 0 3px 5px #47958c;
  box-shadow: 0 3px 5px #47958c;
  min-height: auto;
  width: 550px;
  height: 380px;
  text-align:center;
  padding:15px 0 15px 0;
  margin-top: -50px;
}
.modal h1 {
  font-weight: bold;
  font-size:15px;
  background: #fff;
  color: #000;
  margin: 0 0 20px;
  padding: 20px 10px 5px 10px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: #e3e3e3;
  -moz-box-shadow:#e3e3e3;
  box-shadow:#e3e3e3;
}
.modal p {
  margin-top:15px;
}

.closeBtn {
  position: absolute;
  display: block;
  top: 12px;
  right: 15px;
  background: url(../img/closeBtn.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
}

