/* 
 * Deze code is onderdeel van het raamwerk van demanmethetplan (Wessel Heringa) en mag 
 * niet zonder toestemming van de eigenaar worden veranderd of doorverkocht.
 * 
 * demanmethetplan, September 2006, in opdracht van Moving Bits.
 * 
 */
 
 /* news banner css */
 
div.Search { /*	border:1px solid black;
/*	background-color:#FFDF19;
	background-color:gray;
	*/
	width:inherit;
;
}


div.SearchFormContainer {
	width: inherit;
	/*margin:5px;*/
	border-top: 0px solid #e90268;
	/*margin-left:5px;*/
	margin-top:0px;
	margin-bottom:14px;
	background-color:white;
}

div.SearchFormContainer form {
	width: inherit;
	border-top: 0px solid #e90268;
	border-bottom: 0px solid #e90268;
}


div.SearchFormContainer div.clearfix {
	border-top: 0px solid #e90268;
	padding: 0px 0px;
	vertical-align: top;
	width:inherit;
}

div.SearchFormContainer form input.button {
	float: left;
	border: 1px solid #e90268;
	background-color:#e90268;
	color:white;
	margin-left: 1px;
	width:20%;
	height:21px;
}


div.SearchFormContainer form input.searcharea {
	float: left;
	border: 1px solid #e90268;
	margin: 1px;
	padding:1px;
	width:50%;
	height:17px;
}


div.SearchResultContainer {
	width:inherit;
	margin-top: 5px;
}

div.SearchResultContainer p.SearchResult{
	
}
div.SearchResultContainer p.SearchResult a{
	color:blue;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-decoration:underline;
}



