.jqmWindow 
{
	font-family:"ËÎÌå";
	font-size:12px;
    display: none;
    background-color:#fff;
    border:solid 1px #B0B0B0;
    position: absolute;
    top: 25%;
    left: 50%;   
    margin-left: -200px;
}

.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modalResize {background-image:url(resize.gif); width:16px; height:16px; position:absolute; right:0; bottom:0; cursor:nw-resize;}
.modalDrag {display:block; text-align:center; background-color:#E6E6E4; height:20px; line-height:20px; cursor:move;}
