.jqmWindow {
	display: none;
	overflow: auto; 
	position: fixed;
	top: 50px;
	/* top: 17%; */
	/* left: 50%; */
	  
	/* margin-left: -300px; */
	/* width: 600px; */
	background-color: #fff;
	border: 2px solid #A0B7E0;

	font-size: 12px;
}

.window_titlebar {
	background-color: #A0B7E0;
	color: #011F5B;
	border-bottom: 2px solid #A0B7E0;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-weight: bold;
}

.window_content {
	min-width: 400px;
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
}

.window_content button {
	margin-top: 1em;
	margin-bottom: 1em;
}

.window_content table button {
	margin-top: 0;
	margin-bottom: 1em;	
}

form.buttons_only {
	text-align: center;
}

.jqmOverlay { 
	background-color: #000; 
}

* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	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');
}