.jqmWindow { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000;}

* html .jqmWindow {
     position: absolute; z-index: 0;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmOverlay { background-color: #331808; z-index:2; }