@charset "utf-8";
/* CSS Document */

#ajaxSearch_form {

        }
		
#ajaxSearch_input {
	width: 162px;
	display: inline;
	height: 22px;
	border: 1px solid #858585;
	vertical-align: top;
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 15px;
	color: #999999;
        }
        #ajaxSearch_submit {
	display: inline-block;
	width: 28px;
	height: 26px;
	margin-left: -4px;
        }
		
        #ajaxSearch_output {
	padding: 10px;
	display: block;
	height: auto;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
