.popup_wrap{
    display:none;
}
.popup_window_wrap{
    position:absolute;
    z-index:100;
    top:0px;
    left:0px;   
}
.popup_window{
    padding:10px;
    background:white;
    position:absolute;
    z-index:101;
    box-shadow:0px 0px 4px rgb(80,80,80);
}
/* presunul som to do common.css lebo to vyuzivam aj v iframe
.popup_header{
    font-size:18px;
    line-height:20px;
    min-height:20px;
    padding-bottom:4px;
    border-bottom:solid 1px rgb(230,230,230);
    margin-bottom:10px;
}
*/
.clona{
    position:fixed;
    z-index:99;
    background:rgba(0,0,0,0.6);
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
}
.popup_close{
    position:absolute;
    z-index:100;
    top:-16px;
    right:5px;
    width:20px;
    height:20px;
    text-align:center;
    line-height:14px;
    font-size:14px;
    border-radius:4px;
    background-color:rgb(160,160,160);
    color:white;
    background-position:top;
    cursor:pointer;
}
.popup_close:hover{
    color:#003;
}
.popup_wrap iframe{
    border:none;
    padding:0px;
    margin:0px;
}
