#Search form, 
fieldset {
	margin: 0;
	padding: 10px 10px;
	border: none;
}

label {
	display: none;
}

#Search p {
	display: none;
}

#SearchField {
	height: 16px;
	width: 230px;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

#SearchSubmit {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 16px;
	width: 55px;
	margin: 0;
	padding: 1px;
	background: #C92500 url(../img/search-submit-bg.gif) repeat-x center center;
	border: 1px solid #999;
}
#ajaxSearch_input,
#SearchField {
	height: 16px;
	width: 230px;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

#ajaxSearch_submit,
#SearchSubmit {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 16px;
	width: 55px;
	margin: 0;
	padding: 1px;
	background: #C92500 url(../img/search-submit-bg.gif) repeat-x center center;
	border: 1px solid #999;
}



#ajaxSearch_resultListContainer {
	
}
.ajaxSearch_paging {
	
}
.ajaxSearch_pagination {
	
}
.ajaxSearch_result {
	margin: 0 0 20px 0;
	/*
	padding: 10px;
	background: #fafafa;
	border-bottom: 1px solid #eee;
	*/
}
.ajaxSearch_resultLink {
	font-weight: bold;
}
.ajaxSearch_resultDescription {
	color: #ccc;
	font-style: italic;
}
.ajaxSearch_extract {
	
}
.ajaxSearch_highlight1 {
	
}
.ajaxSearch_resultsIntroFailure {
	
}
.ajaxSearch_intro {
	
}
