.windowdiv {
	position: fixed;
	display: none;
	z-index: 69;
	width: 100%;
	height: 100%;
}

.windowdiv .overout {
	position: fixed;
	z-index: 70;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	width: 100%;
	height: 100%;
	background:#666 url("../images/load.gif") no-repeat center;
}

.windowdiv .overout2 {
    position: fixed;
    background-color: grey;
    z-index: 70;
    opacity: 0;
    filter: alpha(opacity = 0);
    width: 100%;
    height: 100%;
}

.windowdiv .overin {
    position: fixed;
    z-index: 71;
    display: none;
}

.windowdiv .overin .iframe {
    background-color: #ffffff;
    z-index: 72;
    border: 0;
}

.windowdiv .overin .closediv {
    background:url(../images/btn_close.png) no-repeat top right;
    top: 0;
    right:0;
    height:34px;
    z-index: 73;
}