/* Search.pl */



.searchBarWrapper{
	margin-bottom: 4em;
}


.searchBar input#searchTextbox {
    background-color: #F0F0F0;
    border: 0.1em solid #F0F0F0;
    color: #FF3700;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    height: 1.2em;
    padding: 0.2em 3.255%;
    padding-left: 0px!important;
    width: 25.8%;
}



.searchBar #searchButton {
    background: url("../../content/images/search-btn.gif") no-repeat scroll 45% 35% #F0F0F0;
    border: 0 none;
    float: left;
    height: 1.6em;
    padding: 0;
    width: 8.5%;
    clear: right;
    text-indent: -8000px;
    margin-left: 0.1em;
}


/* new_web_text*/
#searchDocuments{
    clear: both;
    font-size:1.1em; 
    float:left;
}

#searchDocuments input {
    background-color: #F0F0F0;
    border: 0.1em solid #F0F0F0;
    color: #FF3700;
}

#searchDocuments .zoekform{
    margin-bottom: 10px;
}

.content-section .searchresults 
{
    font-size: 1.1em;
    margin-bottom: 25px;
}

.content-section .searchresults li
{
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 1.1em;
    line-height: 1.3em;
    background: none;
}

.content-section ul.searchresults
{
	background: none;
	padding-top:0px;
}

.content-section .searchresults p
{
    font-size: 1.1em; padding-bottom: 5px !important;
}