.jqmWindow {
	display: none;
	
	position: fixed;
	top: 15px;
	left: 50%;
	
	width: 750px;
	min-height: 100px;	
	margin-left: -390px; /* (width + padding) / 2 */
	padding: 15px;
	
	border: 1px solid #CCC;
	background-color: #FFF;
}

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

.jqmWindow #close {
	text-align: center;
	margin-bottom: 0;
}

.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');
}


/* site specific */

