.jqmWindow {display:none;position:fixed;top:7%;left:7%;width:640px;height:480px;background-color:#EEE;color:#000;border:1px solid #888888;padding: 0 0px 10px;}
.jqmOverlay {background-color: #000;}
* 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');}
div.jqmClose
{
    width: 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    line-height: 18px;
    cursor: pointer;
    background-color: #000;
}
div.jqmClose:hover, div.jqmClose:active {
    color: #FF0000;
}
#jqmTitle {
    background: transparent;
    color: black;
    text-transform: capitalize;
    height: 20px;
}
#jqmContent {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    margin: 0;
    margin-top: 0px;
    background: #e8e8e8;
    border: 1px solid #888888;
}