.searchbox
	{
    font-size: 90%;
	}
.search
	{
	border: 1px solid #eeeeee;
	border-left: solid 1px #eeeeee;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	width: 150px;
	}
	
.searchbutton
	{
	background: #ddffee;
	}
	
.searchform
	{	
	background: #ddffee;
	text-align: center;
	width: 400px;
	padding: 50px;
	}
	
.search_right_float
	{
	float: right;
	}
	
	
#searchbutton {
  width: 100px;
  height: 15px;
  background: transparent url(gif/zoeken.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}