.jqmWindow{display:none;position:fixed;top:17%;left:50%;margin-left:-300px;width:600px;background-color:#E8E7F1;color:#333;border:1px solid black;padding:12px;}
.jqmClose{font-weight:bold;font-family:Arial;background:#FFDD00;border:1px solid #FFD;color:#605B9E;padding:0 5px;cursor:pointer;clear:right;float:right;margin-right:10px;}
.jqmClose:hover{background:#FFF;}
#jqmContent{width:98%;height:93%! important;display:block;clear:both;margin:auto;margin-top:10px;margin-bottom:5px;margin-right:5px;margin-left:5px;background:#FFFFFF;border:1px dotted #444;}
#jqmTitleText{font-size:16px;font-family:Arial;font-weight:bold;color:#605B9E;border:solid 0px red;clear:both;}
.jqmOverlay{background-color:#FFF;}
* iframe.jqm{position:absolute;top:0;left:0;z-index:-1;background-color:#FFFFFF;width:expression(this.parentNode.offsetWidth+'px');height:expression(this.parentNode.offsetHeight+'px');}
* html .jqmWindow{position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight)/100) + 'px');}