.jqmWindow{box-shadow:0 2px 10px rgba(0,0,0,.15);display:none;position:fixed;top:20%;left:50%;margin-left:-250px;width:500px}.jqmWindow .header{background:#fff;border-bottom:1px solid #eee;border-radius:5px 5px 0 0;color:#444;font-size:16px;font-weight:700;height:39px;line-height:39px;overflow:hidden;padding-left:10px}.jqmWindow .header .right{float:right}.jqmWindow .header .pressable{display:inline-block;height:40px;line-height:40px;text-align:center;width:40px}.jqmWindow .header .pressable:hover{background:rgba(0,0,0,.1)}.jqmWindow .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jqmWindow .content{background:#fff;border-radius:0 0 5px 5px;color:#444;max-width:480px;overflow:hidden;padding:10px;width:500px}.jqmWindow .actions{text-align:right}.jqmWindow .button{margin:10px 0 0 10px}.jqmOverlay{background:#000}.jqmWindow.maximized,.jqmWindow.minimized{-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;top:auto;right:100px;bottom:0;left:auto;margin:0}.jqmWindow.minimized{-webkit-transform:translateY(440px);transform:translateY(440px)}.jqmWindow.maximized .header,.jqmWindow.minimized .header{cursor:pointer}* 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')}