#takedis-popup-overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9999;
}
#takedis-popup-box {
    position:relative;
    width:320px;
    margin:10% auto;
    background:#fff;
    padding:15px;
}
#takedis-close {
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
}
