#parent_popup { background-color: rgba(0, 0, 0, 0.7); display: none; position: fixed; z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; }
#popup { background: #fff; width: 602px; margin: 10% auto; padding: 1px; border: 15px solid #cccccc; position: relative; -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.close-popup { background-color: rgba(0, 0, 0, 0.8); border: 2px solid #ccc; height: 24px; line-height: 24px; position: absolute; right: -24px; cursor: pointer; font-weight: bold;
    text-align: center; text-decoration: none; color: rgba(255, 255, 255, 0.9); font-size: 14px; text-shadow: 0 -1px rgba(0, 0, 0, 0.9); top: -24px;
    width: 24px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px;  border-radius: 15px; -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000; }
.close-popup:hover { background-color: rgba(255, 255, 255, 0.8); }