.sf_inactive{
	border:2px #9A8A7C solid;
	background:#9A8A7C;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #9A8A7C solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #9A8A7C solid;
	background:#fff;
	color:#888;
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin-left:15px;
	margin-top:-10px;
	padding:0;
	background:#242e34;
	top:0;
	left:0;
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
}
.sf_suggestion li.selected a{
	background:#242e34;
}

form{
	margin:-5px 0 0 -10px;
	padding:0;
	width:270px;
	height:75px;
}
form p{
	margin:0 40px;
}
form input{
	width:150px;
	border:none;
	padding:3px;
	font-size:110%;
	vertical-align:middle;
}
form button{
	margin-top:10px;
	margin-left:10px;
	width:50px;
	height:30px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(http://www.moensmeubelstore.nl/img/button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}

.form{
	width:150px;
	border:none;
	padding:3px;
	font-size:110%;
	vertical-align:middle;
	margin:0 0 0 15px;
	}
.zoekbutton{
	margin-top:10px;
	margin-left:10px;
	width:50px;
	height:30px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(http://www.moensmeubelstore.nl/img/button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
	}
