#add{
	display: none;
	position: fixed;
	top: 280px;
	left: 50%;
	width: 250px;
	min-height: 8px!important;
	margin-left: -163px;
	padding:35px;
	border: 3px solid #F08805;
	background-color: #FFF;
	text-align:center;
}

.jqmWindow {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	width: 600px;
	min-height: 100px;
	margin-left: -315px;
	padding: 0 10px 0 10px;
	border: 3px solid #F08805;
	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 {
	background: url(../picture/interface/mif/close.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	margin: 10px 0 0 0;
	float: right;
	cursor: pointer;
}

.jqmWindow #detail{
	padding:35px;
}

.jqmWindow #left{
	float:left;
	margin-right:25px;
}


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