.jqmWindow {
	display: none;
	position: fixed;
	left: 50%;
	top:50%;
	margin-top: -260px;
	width: 494px;
	height: 450px;
	margin-left: -318px;
	padding: 59px 67px 59px 67px;
	border: 3px solid #008ab5;
	background-color: #FFF;
	overflow:hidden;
	overflow-y:hidden;
}

.jqmWindow .loading {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../picture/interface/mif/loading.gif) center no-repeat;
	width: 100%;
	height: 100%;
}

.jqmWindow .close {
	background: url(../picture/interface/mif/close.gif) 0 0 no-repeat;
	width: 15px;
	height: 14px;
	cursor: pointer;
	position:absolute;
	top:11px;
	right:11px;
	margin:0!important;
	z-index:6;
}

.jqmOverlay { 
	background-color: #000; 
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for ie6 */
* html .jqmWindow {
	position: absolute;
 	top: expression(parseInt(document.documentElement.scrollTop || document.body.scrollTop) + 15 + 'px');
}
