#searchBox
{
	position: absolute;
	border: 1px solid #ccc;
	background: url("../images/searchbg.png");
}
#ajaxSearch_submit
{
	display: none;
}
.AS_moreResults
{
	text-align: right;
}
#ajaxSearch_input
{
	display: inline;
	margin: 0.2em;
}
.AS_ajax_highlight
{
	font-weight: bold;
}
.AS_ajax_resultLink, .AS_ajax_resultLink:visited
{
	color: #FBF8D7;
}
.AS_ajax_resultLink:hover
{
	text-decoration: underline;
}
#AS_searchResults
{
	margin-bottom: 0.5em;
}
#AS_searchResults li
{
	margin-bottom: 2em;
}
#ajaxSearch_output
{
	font-size: 75%;
	color: #bbb;
	font-weight: normal;
	font-family: Arial, Sans-Serif;
	width: 350px;
	padding: 0.5em;
}
#ajaxSearch_intro
{
	display: none;
}
#searchClose
{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
#indicator
{
	position: absolute;
	top: 0.4em;
	right: 2em;
}


.ajaxSearch_pagination
{
	font-size: 90%;
	text-align: right;
}
.ajaxSearch_resultLink
{
	font-size: 115%;
	font-weight: bold;
}
.ajaxSearch_extract
{
	margin-left: 2em;
	margin-bottom: 1em;
}
.ajaxSearch_highlight
{
	font-weight: bold;
	color: #336;
}
.ajaxSearch_result
{
	border-left: 4px solid #fff;
	padding-left: 0.5em;
}
