/*.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 30%;
	text-align:center;
	width:649px;
	height:343px;
	background-color:#4f1815;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #1e1e1e;
	border-right:1px solid #b1b1b1;
	display:none;
	z-index: 300;
}*/

.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 0;
	text-align:center;
	width:100%;
	height:343px;
	display:none;
	z-index: 300;
}

.jqmWindow .container {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:649px;
	height:343px;
	background-color:#4f1815;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #1e1e1e;
	border-right:1px solid #b1b1b1;
}

.jqmOverlay
{
	/*background-color: #000;*/ 
	display:none;
}





/* 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');
	top: expression(this.parentNode.offsetWidth+'px');
	left: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
