#grijs {
	display: none;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=65); 
	-moz-opacity: .65;
	opacity: .65;
	z-index: 1;
}

#bericht {
	display: none;
	width: 420px;
	height: 300px;
	z-index: 2;
	background-color: #000000;
	border-style: dashed;
	border-color: #C5C5C5;
	border-width: 1px;
	position: absolute;
	left: 32%;
	top: 170px;
	padding: 20px;
}

.sluiten {
	float: right;
	background-image: url(img/sluiten.jpg);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 17px;
	padding-bottom: 1px;
}

.form {
	padding-top: 20px;
}

.tekstbericht, .tekstnaam, .verzendknop {
	width: 100%;
	height: 17px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #141c17;
	color: #CCCCCC;
	margin-bottom: 10px;
}

.tekstbericht {
	height: 140px;
	overflow: auto;
	background-image: url("img/grad.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.verzendknop {
	height: 20px;
	width: 100px;
	margin-bottom: 0px;
	background-image: none;
}

.error {
	color: #FF0000;
	width: 400px;
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	text-align: left;
	padding: 20px;
}

.succes {
	color: #00CC00;
}
