@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*SEARCH ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


/*zoek*/
#searchBlok{
 position:relative;
 padding:0px;
 margin:0px 0px 0px 675px;
 top:27px;
 height:24px;
}
#searchBlok form {padding:0; margin:0;}

#searchTextWrapper{
	background-image:url(../../images/site/searchBackground.jpg);
	background-repeat:no-repeat;
	width:158px;
	height:20px;
	display:inline;
	position:relative;float:left;
}

#searchText {
	width:148px;
	height:20px;
	padding:0; margin:0px;
	margin-left:5px;
	padding-top:1px;
	background-color:transparent;
	border:1px solid transparent;
	font-size:9px;
}
#searchButton {
	display:inline; 
	float:left;
	margin-left:7px;
	margin-top:3px; 
	cursor:pointer;
	font-weight:normal; 
	font-size:11px; 
	color:#333333;
	height:20px;
}
#searchButton a {color:#333333;}

