/* formulier */
form {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #e2ded8;
}
.text_field {
	margin: 5px 0px;
	padding: 3px;
	border-right: #bfbab3 1px solid;
	border-top: #bfbab3 1px solid;
	border-left: #bfbab3 1px solid;
	border-bottom: #bfbab3 1px solid;
	width: 274px;
	height: 16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.klas_field {
	margin: 5px 0px;
	padding: 3px;	
	border-right: #bfbab3 1px solid;
	border-top: #bfbab3 1px solid;
	border-left: #bfbab3 1px solid;
	border-bottom: #bfbab3 1px solid;
	height: 16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.select_field {
	margin: 5px 0px;
	padding: 3px;	
	border: #bfbab3 1px solid;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.text_area {
	margin: 5px 0px;
	padding: 3px;
	border-right: #bfbab3 1px solid;
	border-top: #bfbab3 1px solid;
	border-left: #bfbab3 1px solid;
	border-bottom: #bfbab3 1px solid;
	width: 548px;
	height: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.form_button {
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	#color: #000;
	background-image: url(../media/submit.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 30px;
}