       #ajaxSearch_form {
       border: #000000 0px solid;
           color: #444;
           width: auto;
       }
       #ajaxSearch_input {
          width: 133px;
           display: inline;
           height: 20px;
           border: 1px solid #ddd;
	   border-right: 0px;
	   border-top: 0px;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
       }
       #ajaxSearch_submit {
cursor: pointer;
       color: white;
       margin-top: 0px;
       padding-top: 0px;
           display: inline;
           width: 46px;
           height: 28px;
           line-height: 22px;
           background: #fff url(soek_ole.png) repeat-x top left;
       }
       #ajaxSearch_output {
           border: 0px solid #444;
           padding: 0px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }


