#ajaxPopup {
	display: none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 100px;
	
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #4f4f51;
	text-align: left;
	padding: 20px 40px;
	
	margin-left: -400px;
	margin-top: -300px;
	
	background-color: #FFFFFF;
	border: 1px solid #555658;
}
#ajSluiten {
	width: 750px;
	text-align: right;
}
#ajSluiten a:link, #ajSluiten a:visited {
	color: #4f4f51;
	text-decoration: none;
}
#ajSluiten img {
	margin-right:10px;
	vertical-align:top;
}
#ajZoektop {
	font-size: 15px;
	color: #4f4f51;
	margin-bottom: 10px;
}
#ajForm {
	margin-bottom: 10px;
}
#ajTrefwoord {
	font-weight: bold;
}
#ajSubmit {
	cursor: pointer;
	vertical-align: top;
}
.ajTitle {
	color: #ee2e24;
	font-size: 14px;
}
.ajTitle a:link, .ajTitle a:visited {
	color: #ee2e24;
	text-decoration: underline;
}
.ajPad a:link, .ajPad a:visited {
	color: #010101;
	text-decoration: none;
}
.ajPad a:hover, .ajPad a:visited:hover {
	color: #010101;
	text-decoration: none;
}
.ajAlinea {
	color: #69696d;
	line-height: 16px;
}
#ajQ {
	width: 269px;
	font-size: 11px;
	line-height: 11px;
	padding: 5px;
	height: 12px;
	margin-left: 10px;
	border: 1px solid #d0d0d0;
	background-image: url('../images/ajTekstvak.jpg');
}
#ajResultaten {
	width: 720px;
	height: 370px;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 0px 20px 0px;
	margin-bottom: 10px;
}

#ajaxBg {
	top: 0px;
	left: 0px;
	z-index: 998;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	background-color: #000;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}