form {
	margin: 0 auto;
	padding-left: 45px;
}
form label {
	display: block;
	width: 90px;
	float: left;
	clear: left;
	padding: 7px 0px 0px 0px;
}
form input, form textarea,
form input.blurred, form textarea.blurred {
	margin: 5px 0px;
	padding: 2px;
	border: 1px solid #333333;
	background-color: #EAEAEA;
	float: left;
	clear: right;
}
form input, form textarea, form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form input { width: 225px; }
form textarea { width: 325px; height: 200px; }
form input:focus, form textarea:focus,
form input.focused, form textarea.focused {
	border: 1px solid #006633;
	background-color: #FFFFFF;
}
form input.sendbutton {
	margin-left: 90px;
	width: auto;
	overflow: visible;
	background-color: #FFFFFF;
	border: 1px dotted #FF9900;
	font-weight: bold;
	float: left;
	clear: left;
}
form input.sendbutton:focus {
	border-style: solid;
	border-width: 2px;
}
form br {
	clear: left;
}
form div.hideerror {
	display: none;
}
form div.showerror {
	display: block;
	padding-left: 90px;
	float: left;
	clear: both;
	color: #FF0000;
	font-weight: bold;
	font-size: 8pt;
}
p#message {
	color: #FF6600;
	font-weight: bold;
	padding-left: 150px;
}

/* STEUNFORMULIER */

select#aanhef, input#hsnr, input#pstc {
	width: 100px;
}
select#prov {
	width: 120px;
}
input#vink {
	border: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 5px 0px 90px;
	width: auto;
}
input#vink, form span {
	display: block;
	float: left;
}
form span {
	width: 315px;
}
textarea#opm {
	height: 100px;
}
a.formname {
	text-decoration: none;
	border: none;
	color: #000000;
	font-weight: bold;
}
a.formname:hover {
	background: none;
	border: none;
}
p#thanx {
	color: #66CC00;
	border: 1px solid #66CC00;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
div#snailcontact {
	border-style: solid;
	border-color: #FF9900;
	border-width: 0px 0px 0px 3px;
	padding-left: 10px;
}