#iframe_shine {
    position: absolute;
    z-index: 750;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#shine {
    background-color: #CFCFCF;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
}
.overlay {
    height: 200%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    top: -100000px;
}
.window {
    border: 1px solid grey;
	top: 800px;
    width: 800px;
    background-color: white;
    margin: 0 auto;
    z-index: 2000;
    padding: 16px;
}