.jqmWindow {
background-color: #fcfcfb;
border: 1em solid #505050;
color: #333;
display: none;
height: 196px;
left: 50%;
margin-left: -242px;
position: fixed;
padding: 1em;
text-align: left;
top: 15%;
width: 440px;
}

.jqmClose {
background: url(close.png) no-repeat center;
display: block;
float: right;
height: 21px;
margin-top: 5px;
text-decoration: none;
width: 21px;
}

.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');
}
