#ajaxsearch {
	top:0px;
	position:absolute;
	padding: 22px 0px 56px 0px;
	width:160px;
	z-index:100;
}

#surveylink
{
	top: 0px;
	display: block;
	position: absolute;
	background: url(images/takesurvey.gif) no-repeat 157px 3px;
	width: 200px;
	height: 50px;
	padding: 22px 34px 0px 0px;
	z-index: 50;
}

#ajaxsearch input.query {
	border:1px solid #5D5339;
	background:#CCE7BC;
	width:100px;
	padding:0;
	margin:0;
}
#ajaxsearch input.search {
	padding:0;
	margin:0;
	width:54px;
	color:#5d5339;
	background:none;
	border:0;
	font-weight:bold;
	text-transform:uppercase;
}
#ajaxresults {
	display:none;
	position:absolute;
	top:42px;
	left:0px;
	width:300px;
	border:1px solid #628766;
	background:white;
	z-index:100;
}

#ajaxresults h4 {
	position:relative;
	padding:4px 5px;
	margin-bottom:10px;
	background:#B0D79C;
	color:#095318;
	font-size:90%;
}
#ajaxresults h4 a {
	position:absolute;
	top:5px;
	right:5px;
	color:#1C551F;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}
#ajaxresults h4 a:hover {
	text-decoration:underline;
}
#ajaxresults p {
	clear:both;
	position:relative;
	margin: 0 10px 10px 5px;
	padding-bottom:10px;
	padding-left:60px;
}
#ajaxresults p img {
	position:absolute;
	left:0px;
	top:0px;
}
#ajaxresults em {
	color:#C18932;
	font-weight:bold;
	font-style:normal;
}
#ajaxresults p strong, #ajaxresults p strong a {
	color:#095318;
	text-decoration:none;
}
#ajaxresults p strong a:hover {
	text-decoration:underline;
}