#ajaxSearch_form {
           width: auto;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           vertical-align: top;
		   border:1px solid #999;
		   padding:2px;
		height:15px;
       }
       #ajaxSearch_submit {
           display: inline;
           height: 20px;
width:51px;
		   background: url(../images/button-search.gif) no-repeat #fff;
		font-size:0px;
		line-height:0px;
		border:none;
		margin-top:1px;
       }
       #ajaxSearch_output {
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           padding-bottom: 5px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
margin-bottom: 3px;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }
#ajaxSearch_form {
	position:relative;
}
#searchClose {
	position:absolute;
	top:3px;
	left:-17px;
}
#indicator {
	position:absolute;
	top:3px;
	left:130px;
}
#current-search-results {
	padding-top:5px;
}
#current-search-results a:link, #current-search-results a:visited {
	color:#333;
	text-decoration:underline;
}
#current-search-results a:hover, #current-search-results a:active {
	color:#333;
	text-decoration:none;
}
/*tooltip*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

