textarea {
	margin-top: 2px;
	font-family: Verdana;
	font-size: 7pt;
	width: 300px;
	height: 200px;
	border-style: solid;
	border-width: 0px;
	border-color: white;
}

.field {
	margin-top: 2px;
	font-family: Verdana;
	font-size: 7pt;
	width: 300px;
	border-style: solid;
	border-width: 0px;
	border-color: white;
}

.button {
	margin-top: 2px;
	background-color: #242831;
	color: #0FCAED;
	font-family: Verdana;
	font-size: 0.8em;
	border-style: solid;
	border-width: 0px;
	border-color: white;
	padding: 0px;
}

.errormarker {
	color: #0FCAED;
}