       #ajaxSearch_form {
           color: #444;
           width: auto;
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           /*background: #fff url(images/input-bg.gif) repeat-x top left;*/
		   background: url(../images/rot1px.jpg) repeat;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
           display: inline;
           height: 22px;
           line-height: 22px;
       }
	   /*
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #efefef;
           display: block;
           height: auto;
           vertical-align: top;
       }
       */
	 #ajaxSearch_output {
		border:1px solid rgb(200,200,200);
		margin:0;
		margin-top: 1px;
		padding: 10px;
		font-size:11px; font-family: tahoma; font-weight:bold; color:#FF0000;
		background: #F3F4F4;
		width:212px;
		clear:both;position: absolute; z-index: 500;
	}

	*+html #ajaxSearch_output {
		border: none;
		margin:0;
		padding: 10px;
		font-size:11px; font-family: tahoma; font-weight:bold; color:#FF0000;
		background: #fff;
		width:250px;
		position: absolute; z-index: 500;
} 
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }

