#siim-widget-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .93);
    width: 96%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    padding: 20px;
}

#siim-widget-wrapper {
    min-width: 372px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 22px #AAA;
}

#siim-widget-frame {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    float: left;
}

#siim-widget-close {
    position: relative;
    float: right;
    z-index: 1;
    height: 0
}

#siim-widget-close img {
    height: 30px; cursor: pointer;
}

.siim-body-scroll {
    overflow: hidden;
}