
#dl-popup {
    display: none;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}
#dl-popup,
#dl-popup-content,
#dl-popup iframe {
    width: 330px;
    height: 390px;
}
#dl-popup-content {
    background: url(load.gif) no-repeat center center;
}
#dl-popup .close {
    display: block;
    position: absolute;
    right: -19px;
    top: -18px;
    width: 37px;
    height: 35px;
    overflow: hidden;
    background: url(x.png) no-repeat;
}
