/** Modal frame, adomas@8magic.com */

div#modal-overlay {
    z-index: 1000;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
div#modal-frame-wrapper {
    z-index: 1100;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 760px;
    margin: 0 0 0 -345px;
    overflow: hidden;
}
div#modal-frame-wrapper div.top {
    width: 690px;
    padding: 22px 34px 0 34px;
    background: url(images/shadow-big-top.png) no-repeat;
    overflow: hidden;
}
div#modal-frame-wrapper.resized div.bottom {
    padding: 44px 0 44px 0;
    background: url(images/shadow-big-bottom.png) no-repeat;
}
iframe#modal-frame {
    width: 690px;
    height: 0;
    border: none;
    background: #fff;
    overflow: hidden;
}
div#modal-loading-indicator {
    z-index: 1050;
    position: absolute;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 21px;
    margin: -10px 0 0 -28px;
    background-image: url(images/modal-loading-indicator.gif);
}