.jqmWindow {
	background: #f2f2f2;
	border: #FFF 3px solid;
	border-radius: 4px;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
	color: #333;
	display: none;
	left: 50%;
	margin-left: -300px;
	padding: 170px 0 15px 300px;
	position: fixed;
	top: 17%;
	width: 300px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
}
.jqmOverlay { background-color: #000; }
.jqmWindow label {
	font-size: 12px;
	line-height: 20px;
	width: 100px;
}
.jqmWindow select { font-size: 12px; }
.jqmWindow input, .jqmWindow select {margin-bottom: 5px; }
.jqmWindow input, .jqmWindow textarea { width: 160px; }
.jqmWindow textarea { height: 50px; }
.jqmWindow input.popsend {
	background: url(../images/buttons/send.png) top left no-repeat;
	border: none;
	clear: both;
	float: none;
	height: 50px;
	margin: 10px 0 0 100px;
	width: 164px;
}
.jqmWindow input.reset {
	background: none;
	border: 0 none;
    color: #00F;
    float: right;
    font-size: 11px;
    margin: 10px 30px 0 0;
	text-decoration: underline;
    width: 50px;
}
#checkup {
	background: #f2f2f2 url(../images/bg/checkup.jpg) 0 20px no-repeat;
	padding-top: 185px !important;
}
#tuneup {
	background: #f2f2f2 url(../images/bg/tuneup.jpg) 15px 20px no-repeat;
	padding-top: 185px !important;
}
#coil {
	background: #f2f2f2 url(../images/bg/coil.jpg) 0 20px no-repeat;
	padding-top: 190px !important;
}
#acdown {
	background: #f2f2f2 url(../images/bg/ac-down.jpg) 0 0 no-repeat;
	height: 302px;
	overflow-y: hidden;
	padding-top: 140px !important;
}
#platinum { background: #f2f2f2 url(../images/bg/ac-platinum.png) 20px 20px no-repeat; }
#intensive { background: #f2f2f2 url(../images/bg/intensive.jpg) 0 30px no-repeat; }
#deep { background: #f2f2f2 url(../images/bg/deep.jpg) 0 30px no-repeat; }
#housebasic { background: #f2f2f2 url(../images/bg/house.jpg) 10px 30px no-repeat; }
#uvlighting {
	background: #f2f2f2 url(../images/bg/uv.jpg) 0 20px no-repeat;
	padding-top: 185px !important;
}
#filters { background: #f2f2f2 url(../images/bg/filter.jpg) 10px 20px no-repeat; }
#purifiers {
	background: #f2f2f2 url(../images/bg/purifier) 10px 20px no-repeat;
	padding-top: 185px !important;
}
#water {
	background: #f2f2f2 url(../images/bg/water-damage.jpg) 0 20px no-repeat;
	padding-top: 185px !important;
}
#heaters {
	background: #f2f2f2 url(../images/bg/water-heater.jpg) 15px 18px no-repeat;
	padding-top: 150px !important;
}
#dryer { background: #f2f2f2 url(../images/bg/dryer.png) 20px 20px no-repeat; }
#duct {
	background: #f2f2f2 url(../images/bg/ducts.jpg) 20px 15px no-repeat;
	padding-top: 180px !important;
}
#attic {
	background: #f2f2f2 url(../images/bg/attic.jpg) 0 15px no-repeat;
	padding-top: 182px !important;
}
* html .jqmWindow {
	position: absolute; 
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}