#search {
	margin-top: 34px !important;
	margin-bottom: 10px !important;
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding-right: 15px;
}

        #ajaxSearch_form {
            color: #444;
            width: auto;
        }

        #ajaxSearch_submit {
            display: inline;
            height: 21px;
            line-height: 21px;
        }

#search fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 220px;
    width: 165px;
    height: 19px;
}


#search input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

.searchTerms {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;float:left;}
.searchTerms a{color: #339999; text-decoration: none;}
.searchTerms a:hover{color: #339999;text-decoration: underline;}

#ajaxSearch_submit {
    width: 70px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(/assets/templates/radx1/images/search.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; 
    cursor: hand;
    position: absolute;
    top: 0px;
    left: 400px;
}

#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;}
        .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;
        }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
