#ajaxSearch_form {
background:none;
width:100%;
margin:0;
padding:0;
}


#ajaxSearch_input {
    top: 0px;
    /*left: 220px;*/
    width: 150px;
    /*height: 19px;*/
}

#ajaxSearch_submit {
  height: 2em;
	background: #fff;
	text-transform: lowercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

#ajaxSearch_output {
    background: #eee;
    /*color: white;*/
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    /*top: 23px;
    left: 220px;
    width: 165px !important;*/
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	/*color: #fff;*/
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        /*color: #888;*/
display:none;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


