#backdrop {
  left:0px; right:0px;
  background: #000000;
  width:100%; height:100%;
  position: fixed; 
  z-index: 10001;
}

.modalbox a {
    color:#2B6DB6;
}

.modalbox a:hover {
    color:#c50000;
}

.modalbox {
  -webkit-transition: width,height 1.5s ease-in-out;
  background: #dddddd;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dddddd));
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: fixed;
  top: 35%; left: 50%;
  padding: 20px;
  z-index: 20000;
  text-align: center;
  font-family: "Lucida Grande", Verdana,sans-serif;
  font-size: 13px;
}

.modalbox input.close {
  position: absolute;
  top: -35px; left: -15px;
}

.modalbox h1 {
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    border: none; 
    padding: none; 
    margin: 0 0 10px 0;
    width: auto;
}

.modalbox p {
    color:#444;
    line-height:1.5em
}

.modalbox input.close {
    margin: 20px 0 0 0;
    color: #222;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}