.jqmOverlay { background-color: #000; }
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50px;
}
.jqmOverlay { background-color: #000; }
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#adv-search {
	width: 514px;
	background-repeat: no-repeat;
	background-position: top;
	height: 294px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#adv-search h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5681AC;
	margin-top: 8px;
	margin-bottom: 3px;
	_margin-top: 5px;
}
.adv-search-S {
	background-image: url("/images/adv-search_S.png");
}
.adv-search-A {
	background-image: url("/images/adv-search_A.png");
}
.adv-search-H {
	background-image: url("/images/adv-search_H.png");
}

