#content {
color: #000000;
}

a:link              { color:#000000;}
a:visited           { color:#000000;}
a:hover             { color:#000000;}
a:active            { color:#000000;}

	/***************************************/
	/* Form style BEGIN                    */
	/***************************************/
	
	#form {
		margin: 10px;
		width: 400px;
		text-align: left;
	}
	
	#form fieldset {
		border: 0;
		border-top: 2px solid #000000;
	}
	
	#form legend {
		padding: 5px;
		font-weight: bold;
		font-size: 1em;
		color: #000000;
	}
	
	#form table {
		width: auto;
		font-size: 1em;
	}
	
	#form table th {
		text-align: right;
	}
	
	#form table td input[type="text"] {
		width: 250px;
	}
	
	#form table td textarea {
		width: 250px;
	}
	
	#form table td input[type="checkbox"] {
		width: 20px;
	}
	
	#form table td input[type="submit"] {
		margin: 5px auto;
		background-color: #000000;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	
	#form table td input:hover[type="submit"] {
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
	}
	
	#form table td.submit {
		text-align: center;
	}
	
	/***************************************/
	/* Form style EINDE                    */
	/***************************************/		

#convform {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	text-align: left;
}
#convform fieldset {
	margin: 0;
	padding: 4px 0;
	border: 0;
}
#convform legend {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
}
#convform p {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 20px;
	vertical-align: middle;
}
#convform label {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 150px;
}
#convform input,
#convform textarea {
	margin: 1px 0;
	padding: 0;
	float: left;
	width: 250px;
	border: 1px solid #666;
	text-align: left;
	vertical-align: middle;
}
#convform input.geslacht {
	float: left;
	width: 20px;
	display: block;
	border: 0;
}
#convform label.geslacht {
	float: left;
	width: 50px;
	display: block;
	border: 0;
}
#convform textarea {
	height: 100px;
}
#convform #remark {
	margin: 0 0 0 150px;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
}
#convform button {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #516C97;
	border: 1px solid #516C97;
	color: #FFF;
}
#convform button:hover {
	background-color: #FFF;
	border: 1px solid #516C97;
	color: #516C97;
}
#convform label.error { 
	margin: 0 0 0 150px;
	float: none; 
	color: red; 
	clear: both;
	width: 100%;
	vertical-align: top; 
}
#convform input.error { 
	border: 1px dotted red; 
}
.button {
	text-align: center; 
}
.button a {
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 150px;
	display: block;
	font-weight: bold;
	background-color: #516C97;
	color: #FFF;
	border: 1px solid #516C97;
	text-decoration:none;
}
.button a:hover {
	background-color: #516C97;
	border: 1px solid #516C97;
	color: #516C97;
}

