.jqmWindow {
    display: none;
    position: fixed;
    top: -400px;
    left: 50%;
    margin-left: -230px;
    width: 460px;
    color: #333;
    z-index: 3000;
}

.jqmInside {
	background: #e3e8eb;
	padding: 0 75px 22px 75px;
	position: relative;
	width: 310px;
}

.jqmInside-bottom {
	background: url(../img/jqmInside-bottom.png) no-repeat;
	position: relative;
	width: 460px;
	height: 26px;
	bottom: 0;
	z-index: 100;
	left: 0;
}

.jqmInside input {
	width: 302px;
	height: 30px;
	font-size: 11pt;
	color: #787878;
	font-family: Arial;
	line-height: 26px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.jqmInside select {
	width: 317px;
	height: 30px;
	font-size: 11pt;
	color: #787878;
	font-family: Arial;
	line-height: 28px;
	padding: 0 0 0 4px;
	margin-bottom: 24px;
}

.jqmInside input[type="file"] {
	height: auto !important;
}

.jqmInside input[type="image"] {
	width: auto !important;
	height: auto !important;
	margin: 10px auto;
}

.send-button {
	width: auto !important;
	height: auto !important;
	margin: 12px auto 0 auto;
	display: block;
}

.jqmInside textarea {
	width: 302px;
	max-width: 302px;
	min-width: 302px;
	color: #787878;
	font-family: Arial;
	padding: 0 4px;
	margin-bottom: 12px;
}

.jqmInside span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	text-align: center;
	padding: 24px 0 20px 0;
	display: block;
}

.jqmClose {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../img/close.gif) no-repeat;
}

a.jqmClose {
	font-style: italic;
	color: #00965c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 13px;
	height: 13px;
}

.jqmOverlay { 
	background: url(../img/bg-black.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 100;
	overflow: hidden;
}


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

