form {
	width: 80%;
	padding: 20px;
}
label {
	display: block
}
#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}
textarea {
	height: 7em;
}
input: focus, textarea: focus
{background-color: #d9d9d9;
}