/* id of the search form */
#toolsinner form {
	text-align: right;
	margin-bottom: 6px;
	border: none;
}

/* id of the input box on the form */
 #ajaxSearch_input {
	width: 181px; 
	margin-bottom: 6px;
	padding: 3px;
	padding-left: 4px;
	border: 1px solid #fabf5b;
	background: White url(../img/formfield_bg.gif) no-repeat left top;
	color: Black;
	font-size: 12px;
}

* html #ajaxSearch_input {
  width: 190px; /* IE 5 Win */
  w\idth: 179px; /* IE 6 Win */
}  

/* id of the submit button */
 #ajaxSearch_submit {
	width: 83px;
	height: 24px;
	padding-left: 20px;
	color: Black;
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid;
	border-top-color:#fabf5b;
	border-left-color:#fabf5b;
	border-right-color:#7F5E2D;
	border-bottom-color: #7F5E2D;
	background: White url(../img/searchbutton_bg.gif) no-repeat left top;
	text-align: left;
}

/* id of the div that the ajax results are returned in */
 #ajaxSearch_output {
	margin-bottom: 20px;
}

/*
The following items are used to style the results when the user
does not have javascript or they have clicked the more results link
*/

/* id of the results container */
 #ajaxSearch_resultListContainer {

}

/* class for span of result pages listing */
 .ajaxSearch_paging {

}

/* class for pagination paragraph */
 .ajaxSearch_pagination {

}

/* class for result container div */
 .ajaxSearch_result {

}

/* class for result link */
 .ajaxSearch_resultLink {

}

/* class for result description span */
 .ajaxSearch_resultDescription {

}

/* class for content extract div (for highlighting) */
 .ajaxSearch_extract {

}

/* classes for result highlighting.  You need to create as many classes as terms you think a user will search for. */
 .ajaxSearch_highlight1,2,3 {

}

/* class for no results paragraph */
 .ajaxSearch_resultsIntroFailure {

}

/* class for intro paragraph */
 .ajaxSearch_intro {

}

/*
The following items are used to style the results returned by
the ajax request. */

/* class for the result container div */
 .AS_ajax_result {

}

/* class for the result link */
 .AS_ajax_resultLink {

}

/* class for the result description span */
 .AS_ajax_resultDescription {

}

/* class for the content extract div (for highlighting) */
 .AS_ajax_extract {

}

/* classes for result highlighting.  You need to create as many classes as terms you think a user will search for. */
 .AS_ajax_hightlight1,2,3 {

}

/* class for more search results div */
 .AS_ajax_more {

}

/* class for no results paragraph */
 .AS_ajax_resultsIntroFailure {

}



