.jqmWindow {
	display: none;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	color: #8E8E8E;
	position: fixed;
	top: 10%;
	background-color: #F3F2F2;
}
.jqmOverlay {
	BACKGROUND-COLOR: #000
}
* iframe.jqm {
	z-index: -1;
	left: 0px;
	;
	width: expression(this.parentNode.offsetWidth+'px');
	position: absolute;
	top: 0px;
	;
	height: expression(this.parentNode.offsetHeight+'px')
}
* html .jqmWindow {
	position: absolute;
	;
	TOP: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px')
}
