#search {
	margin-top: 10px;
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding: 0 15px 0 0;
	_margin-top: 10px;
}

#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 18px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#ajaxSearch_input {

    width: 315px;
    height: 18px;
margin:0 73px 0 0;
}

#ajaxSearch_output {
    background: #698B22;
    color: #fff;
    -moz-opacity:0.90 !important;
    opacity:0.90 !important;
    filter: alpha(opacity=90) !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: 311px !important;
    z-index: 1;
    border: 0;
    padding: 0 3px 3px 3px;
    margin: 0;
}




#ajaxSearch_submit {
    width: 70px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(assets/templates/modxhost/images/search_70x21.gif) no-repeat center top;

    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 1px;
    left: 322px;
}


#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0; padding-top:5px;   color: #ссс;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #ссс;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}

.ajaxSearch_highlight{
    background:#98F5FF;
padding:0 1px;
font-weight:bolder;
color:#000;
}
