table#search {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

table#search td {
	background-color: #F0F0F0;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding: 2px 0px 2px 35px;
	
}

table#search td.label {
	width: 90px;
	font-weight: bold;
	color: #000000;
	background-color: #EBEAEA;
}

table#search td input, 
table#search td select {
	color: #000000;
	width: 185px;
}

table#search td input.btn {
	font-size: 10px;
	border: solid 1px #7894A9;
	background-image: url("../images/bg-button.gif");
	background-repeat: repeat-x;
	margin-bottom: 10px;
} 

/**
*	Gevonden occasions
*/
div#gevonden-occasions {
	/*
	margin-top: 8px;
	border: solid 1px #A5ACB2;
	text-align: center;
	*/
	margin-bottom: 10px;
}

div#gevonden-occasions a {
	text-decoration: none;
	font-weight: bold;
}

div#gevonden-occasions a:hover {
	text-decoration: underline;
}

div#gevonden-occasions div {
	margin-top: 8px;
	margin-bottom: 8px;
}

div#gevonden-occasions input {
	border: solid 1px #FFFFFF;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 22px;
}

/**
*	Occasion hightlight
*/
div#occ-highlight {
	margin-bottom: 10px;
}

div#occ-highlight A{
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
