
/* AJAX Search */


        #ajaxSearch_form {
		Width: 800px;
		height:25px;
		color: #444;
		margin-top:10px;
        }

#ajaxSearch_form fieldset {
		height:36px;
        }

        #ajaxSearch_input {
	width: 185px;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	padding: 3px;
	vertical-align: top;
	float: left;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 625px;
        }
	
	#ajaxSearch_submit {
         background: url(images/search.gif) no-repeat center center;
			text-indent: -9999px;
			width: 25px;
			height: 25px;
			border: 0;
			margin-top: -35px;
			margin-left: 820px;
			padding: 2px;

        }
        
        #ajaxSearch_output {
	    width: 350px;
            border: 1px solid #444;
            padding: 3px;
            background: #C0C0C0;
            display: block;
            height: auto;
            vertical-align: top;
	    float: right;
	    z-index: 8888;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
	    width: 350px;
	   
            color: #444;
	    background: #fff;
            margin-bottom: 3px;
	    z-index: 8888;
        }
        .AS_resultLink {
            text-decoration: underline;
	    z-index: 8888;
        }
        .AS_resultDescription{
            color: #555;
	  z-index: 8888;
        }
        .AS_ajax_more {
            color: #555;
	   z-index: 8888;
        }
		#ajaxSearch_form img {
			float: right;
			border: 0;
			margin: 0;
			padding: 0;
		}
		.AS_intro {
		    background-color: #444;
			clear: left;
			visibility: hidden;
			height: 0;
			overflow: hidden;
		}
		
/* END AJAX Search */
