.jqmWindow {
	display:none; left:50%; margin-left:-225px; color:#333; position:fixed; top:15%; z-index:9999;
}
.jqmOverlay {
	BACKGROUND-COLOR: #000000;
	/*background:none;*/
}
* 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')
}
