﻿ .jqmWindow{display:none;position:fixed;top:5%;left:45%;margin-left:-300px;width:700px;height:600px;overflow:auto;background-color:#EEE;color:#333;border:1px solid black;padding:12px;z-index:1000 !important;}
.jqmCabecalho{background-color:#EEE;height:20px;text-align:left;}
.jqm-hide{display:none;}
.jqm-block{display:block;}
.jqmCabecalho-titulo{float:left;width:390px;font-weight:bold;color:Green;}
.jqmCabecalho-botoes{float:right;width:100px;text-align:right;margin-top:0;}
.jqmCabecalho-botoes img{cursor:pointer;}
.jqmOverlay{background-color:#000;z-index:0 !important;}
* iframe.jqm{position:absolute;top:0;left:0;z-index:-1;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');z-index:1000;}
