.popup {
    background-color: #ffffff;
    color: #888888;
    height: 165px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 550px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}
 
.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

#overlay{
    top:35px;
    text-align: center;
    position: relative;
    font-size: 25px;
    font-family: inherit;
}
 
a.close {
    background: url("../assets-minified/images/cancel.png");
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;    
    top: -33px;
    width: 26px;
    background-size:contain;
    background-repeat: no-repeat;
    opacity:1;
    position: relative;
}
