.hint {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fffae0;
}

legend {
	margin-top: 20px;
	margin-bottom: 10px;
}

.hint a {
	text-decoration: underline;
}

textarea, input[type=text] {
	font-size: 9pt;
	width: 300px;
	border: 1px solid grey;
}

textarea {
	height: 16ex;
}
tr, td {
	vertical-align: top;
}

#sendbutton {
	margin-top: 20px;
}