.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
	height:330px;
    background-color: #EEE;
    color: #333;
    padding: 5px;
}
.jqmWindowMain {
	width:600px;
	height:303px;
}
.jqmWindowMain img{
	width:600px;
	height:303px;
		border:0;
}
.jqmWindowClose {
	width:600px;
	height:26px;

}
.jqmWindowClose img{
	width:600px;
	height:26px;
		border:0;
}
.jqmOverlay { background-color: #ffffff; }

/* 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(30 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
