form {
	margin: 0px;
}
#searchForm {
	margin-top: -3px;
	float: right;
}
#searchForm input {
	border: 1px solid #cccccc;
	background-color: #999999;
	color: #333333;
	size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input#ajaxSearch_submit {
	background-color: #000000;
	border-color: #333333;
	color: #cccccc;
	display: none;
}

.ajaxSearch_highlight {
	background-color:#fffbeb;
}
.ajaxSearch_pagination {
	font-weight: bold;
}
.ajaxSearch_paging {
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 3px 5px 3px;
	font-weight: normal;
	display: block;
}


.ajaxSearch_result {
	padding-bottom: 10px;
}

.ajaxSearch_resultLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}


#ajaxSearch_output {
	color: #333333;
	background-color: #ffffff;
	/*background-image: url(images/search_bg_1_71.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: white;*/
	border: 1px solid #5584ad;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
	position: absolute;
	/*top: 23px;
	left: 220px;*/
	width: 165px !important;
	z-index: 1;
	padding: 0;
	margin: 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#707070,direction=135,strength=3);
}
#ajaxSearch_output a:hover{
	color: #fff;
	background-color: #cb8534;
	/*background-repeat: no-repeat;
	background-position: left center;*/
	display: block;
	width: 93% !important;
	padding: 5px;
	text-decoration: none;
}
#ajaxSearch_output a{
	font-weight: bold;
	text-decoration: underline;
	/*color: #ffffff;
	background-repeat: no-repeat !important;
	background-position: left center;
	*/
	text-align: left;
	/*border-right: 1px solid #2f2f2f;
	border-top: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;*/
	
	border-top: 1px solid #cccccc;
	
	width: 172px;
	
	display: block;	
	width: 93% !important;
	padding: 5px;
	
	color: #3c5473;
}
.ajaxSearch_paging {
	color: #333;
	
}
.AS_ajax_result {
	color: #333;
	margin-bottom: 3px;
	
}
.AS_resultLink {
	color: #333;
	
	/*text-decoration: underline;*/
}
.AS_resultDescription{
	color: #333;
	
}
.AS_ajax_more {
	color: #333;
	padding-left: 5px;
}

.AS_intro { display: none; }

