fieldset {
	width: 435px;
	margin: 0;
	border: 1px solid #c6cce0;
	position: relative;
	padding: 0 0 25px 0;
	margin: 30px 0;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #9a0000;
	margin-left: 7px;
	padding: 0 3px;
	margin-bottom: 15px;
}

label {
	height: 30px;
	float: left;
}

label.label {
	width: 105px;
	padding: 0 30px;
}

label.input {
	width: 200px;
	text-align: left;
}

label.input .veld {
	width: 200px;
	padding: 3px 1px;
	border: 0px;
}

label.input .textarea {
	width: 200px;
	height: 80px;
	padding: 3px 1px;
	border: 0px;
	overflow: auto;
}

label.input .veld:focus {
	background: #dde3ef;
}

label.input .veld.focus, label.input .veld.focus:focus {
	background: #dde3ef;
	font-style: italic;
}

label.input .verzenden {
	width: 184px;
	height: 33px;
	background: url(../images/button_neemcontactmetmijop.jpg);
	border: none;
	cursor: pointer;
}

.melding {
	line-height: 30px;
	padding: 10px 20px;
	background: #dedae6;
	margin-bottom: 15px;
	font-style: italic;
}