.jqmWindow {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	width: 660px;
	min-height: 100px;
	margin-left: -415px;
	padding: 20px;
	border: 5px solid #CCC;
	background-color: #FFF;
	z-index:10000;
	overflow-y: scroll;
}

.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: 25px;
	height: 25px;
	margin: 10px 0 0 0;
	float: right;
	cursor: pointer;
}

.jqmOverlay { 
	background-color: #000;
	z-index:5000; 
}
.red{
	color:#a21616;
}

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