/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -150px;
    background-color: #EEE;
    border: 1px solid #999;
    padding: 4px;
}

.jqmWindow2 {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 30%;
    
    margin-left: -270px;
    margin-top: -70px;
    background-color: #EEE;
    border: 1px solid #999;
    padding: 4px;
}

.jqmOverlay { background-color: #FFF; }

* 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,.jqmWindow2{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}