@charset "utf-8";
/* CSS Document */

/* Formatierung */
form {
	font-size:.7em;
}

/* Eingabefelder unter Label */

label {
	display:block;
	margin-bottom:5px;
}

/* etwas Abstand zum Label */
#absender_name, #absender_email, textarea, #name, #email {
	/*margin-bottom:10px*/;
	width:236px;
	border:1px dotted #8c613b;
	padding:2px;
}

input:focus, textarea:focus {
	border:1px solid #8c613b!important;
}

.senden_button {
	margin-left:100px;
}

.abstand_oben {
	margin-top:10px;
}

/* Rahmen um Eingabebereiche */
fieldset {
	width:240px;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #8c613b;
}