#overlay{ 
  position: absolute;
  background:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:101.6%;
}

#overlayIE{ 
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  background:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:101.6%;
}

#searchbox{
  background:#FFF;
  width:10%;
  height:10%;
  margin:1.5% 0 0 -5%;
  top:0;
  left:50%;
  right:0;
  bottom:0;
  position:absolute;
  z-index:200;
}
#searchbox_content{
  display:none;
  background:#FFF;
  height:100%;
  width:100%;
}
#HideSelect{
	z-index:99;
	position: absolute !important;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px') !important;
	top: 0 !important;
	left: 0 !important;
	background-color:#fff !important;
	border:none !important;
	width:100% !important;
	filter:alpha(opacity=0) !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}
#titleBar{
  width:100% !important;
  height:3% !important;
  padding:5px 0 0 0 !important;
}
#titleBar_close{
  float:right !important;
  font-size:100% !important;
  margin-right:.5% !important;
  width:160px !important;
}
#searchbox_closeText{
  color:#515255 !important;
  margin:0 5px 0 0 !important;
  padding:0 !important;
  display:inline !important;
  line-height:190% !important;
  font-size:13px !important;
  font-family:arial !important;
  width:120px !important;
}
#teaserForm{
  margin:0px;
  padding:0px;
}
#searchbox_results{
  width:99%;
  height:93%;
  margin:.5%;
  border:none;
}
#searchbox_close{
  color:#d8383a;
  text-decoration:underline;
  cursor:pointer;
}