.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
	width: 600px;
	height: 320px;
	background: #FFF;
    color: #333;
    border: 1px solid #209CDC;
    padding: 0 0 12px 12px;
}
.jqmWindow1 {
    position: fixed;

    margin-left: -300px;
	width: 600px;
	height: 270px;
	background: #FFF;
    color: #333;
    border: 1px solid #209CDC;
    padding: 0 0 12px 12px;
}
* iframe.jqm1 {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow1 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmWindow input {
	border: 1px solid #d5d5d5;
	width: 295px;
	margin: 0 0 5px 0;
}
.jqmWindow textarea {
	border: 1px solid #d5d5d5;
	width: 295px;
	height: 50px;
}
.jqmWindow input.submit {
	border: 1px solid #d5d5d5;
	width: 100px;
	color: #167CBC;
	font-size: 12px;	
	font-family: Trebuchet MS;
	background: #FFF;
	font-weight: 600;
	margin: 0 0 0 278px;
}
.jqmWindow  span {
	width: 258px; 
	display: block; 
	float: left;
}
a.jqmClose:link, a.jqmClose:visited {
	float: right;
	background: #FFF url("../images/site/close.gif") bottom left repeat-x;
	width: 19px;
	height: 19px;
	display: block;
}
.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');
}