.jqmWindow {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	min-height: 70px;
	margin-left: -310px;
	top:25px;
	padding: 0 10px 0 10px;
	background: url(../picture/interface/bg_modal.png) no-repeat;
	overflow-y:scroll;
}
#modal.jqmWindow{
	height:391px;
	overflow:hidden;
}
#admin_modal.jqmWindow{
	background:#fafafa;
}

.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/croix.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	margin: 10px 0 0 0;
	float: right;
	cursor: pointer;
}

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



#modal #mLeft{
	width:240px;
	float:left;
}

#modal h1{
	color:#254D90;
}

#modal #mRight{
	width:360px;
	float:left;
}
