

        #ajaxSearch_form {
            color: #444;
            width: auto;
        }
        #ajaxSearch_input {
            width: auto;
            height: 21px;
            background: #fff ;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            
            
            
        }
        #ajaxSearch_submit {
            
            height: 21px;
			width:25px;
            background:url(images/go.jpg);
			padding:0px;
			margin:0px;
			border:none;
			
			
        }
        #ajaxSearch_output {
           
            background: #fff;
            
            height: auto;
            
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }