/**    ZOEKSCHERM  */
#zoekscherm{    
	position: absolute;
    left: 10px;
    top: 530px;
    width: 200px;
    background-image: url("/images/page/searchBackground.gif");
    background-repeat: no-repeat;
    background-position: top left; 
}
.searchField{
	font:verdana, arial;
    font-size: 9px;
    color: gray;
	}


.highlight{
background-color: rgb(255,150,0);
color: gray;
}