.jqmWindow{display:none;position:fixed;top:17%;left:50%;margin-left:-150px;width:300px;background-color:#222;text-align:left;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border:1px solid #BBB;padding:0;}
.jqmWindow .hr{width:100%;height:1px;background-color:#999;line-height:0;margin:0;padding:0;}
.jqmWindow h1{font-family:Arial;font-weight:700;letter-spacing:-1px;font-size:16px;padding:5px;}
.jqmWindow .content_window{padding:5px 10px 10px;}
.jqmOverlay{background-color:#000;cursor:pointer;}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}