.overlay-container {
    position: relative;
}

.overlay-close {
    background: url('../images/close-overlay-icon.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    text-indent: -500px;
    top: 3px;
    width: 17px;
}

.overlay-body {
    overflow: hidden;
}

.overlay-body iframe {
    width: 100% !important;
}

.blockUI.blockOverlay,
.blockUI.blockPage {
    cursor: default !important;
}