@charset "utf-8";

label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
	color: #FF0000;
	
	font-family: "Trebuchet MS";
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF0000;
}

input, textarea {
	padding: 0px;
	margin: 0px;
	border: 1px none #bac5d6;
	
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #000000;
}
input.fout, textarea.fout {
    border: 1px solid #FF0000;
}

label.fout {
    color: #FF0000;
}
form td  {
	padding: 5px;
	margin-top: 5;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #000000;
}

textarea {
	color: #000000;
	float: left;
	height: 250px;
	border: 1px dashed #ec8000;

	width: 400px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 1.2em;
}

input {
	border: 1px none #FF0000;
	font-size: 1.2em;
	color: #000000;

}
.knop {
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 65px;
	background-color: #ec8000;
	height: 35px;
	font-size: 120%;
	border: 1px none #ec8000;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contactformcontainer {
	float: left;
	border: 1px none #ec8000;
	left: auto;
	right: auto;
	padding-right: 10px;
	text-align: left;
	width: auto;

}

.datafield {
	color: #000000;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.datainput {

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ec8000;
}
