#formulier {
	height:100% !important;
	min-height:488px !important;	
}
.info_fieldset {
	border:0;
}
.notification_error {
	border: 1px;
	height: auto;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
}
.notification_ok {
	border: 1px #567397 solid;
	height: auto;
    width: 90% padding: 8px;
	background: #f5f9fd;
	text-align: center;
}
.button {
	background-color:#009999;
	border-color:#336666;
	float:right;
	margin-right:5px;
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:20px;
}
.button:hover {
	color:#ffcc00;
	background-color:#009999;
}
.bericht {
	margin-left:0px;
}
/* Label */
label {
	width: 90px;
	padding-left: 0px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
}
/* Input, Textarea */
input, textarea {
	margin: 5px;
	padding-left: 6px;
	padding-right: 6px;	
	float: left;
	border: 1px solid #009999;
	border-top-color: #009999;
	border-left-color: #009999;
	background-color:#fdfdf8;
	width:250px;
}

textarea {
	width:528px;
	padding-top: 6px;
	padding-bottom:6px;
	background:transparent;
	background-color:#fdfdf8;	
	opacity:.50;
    filter:alpha(opacity=50);
    filter: “alpha(opacity=50)”;
}
.labelt {
	margin-bottom:-2px;
}
/* BR */
br {
	clear: left;
}

