#ajaxSearch_form {
padding: 0px;
margin: 0px;
}

#ajaxSearch_input {
background-color: #000;
border: 1px solid #999;
color: #c33;
margin: 0px;
padding: 0px;
font-family: Trebuchet MS;
font-size: 11px;
height: 12px;
}

#ajaxSearch_submit {
width: 30px;
background-color: #000;
border: none;
color: #fff;
font-family: Trebuchet MS;
font-size: 10px;
margin-left: -4px;
cursor: pointer;
}

#searchClose {
position: absolute;
top: 20px;
left: 293px;
/* left: 283px; */
cursor: pointer;
}

#indicator {
display: none;
position: absolute;
top: 0px;
left: -20px;
}

#ajaxSearch_submit:hover {
cursor: pointer;
color: #999;
}

#ajaxSearch_output {
            width: 316px;
            padding: 0px;
            display: block;
            height: auto;
            vertical-align: top;
        }


#current-search-results {
vertical-align: top;
background:#000; 
/* filter:alpha(opacity=50); */
opacity: 0.5;
-moz-opacity:0.5; 
border: 1px solid #999;
margin: 0px;
padding: 0px;
margin-top: 5px;
color: #fff;
width: 279px;
/* width: 264px; */
font-family: Trebuchet MS;
font-size: 11px;
padding: 8px 25px 8px 8px;
}

#ajaxSearch_output a {
display: block;
color: #c33;
padding-top: 5px;
}

#ajaxSearch_output a:hover {
color: #999;
}

#ajaxSearch_output p {
color: #fff;
}


/*ZOEKEN IN CONTENT-DIV*/

#basic_content #ajaxSearch_input {
background-color: #fff;
color: #c33;
height: 13px;
/* height: 18px; */
}

#basic_content #ajaxSearch_submit {
background-color: #fff;
color: #000;
border: 1px solid #999;
margin-left: -5px;
cursor: pointer;
}

#basic_content .ajaxSearch_paging a {
color: #000;
}

#basic_content .ajaxSearch_resultLink {
display: block;
color: #000;
font-weight: bold;
margin-top: 20px;
}

#basic_content .ajaxSearch_paging a:hover,
#basic_content .ajaxSearch_resultLink:hover {
color: #c33;
}
