fieldset {
	margin: 15px 90px 25px 0;
	border: 1px solid #FFF;
	border-top: 1px solid #C3C4C7;
}

legend {
	margin: 0.6em 0 10px 140px;
	padding: 5px 20px;
	background: #FFF;
}

label {
	float: left;
	display: block;
	width: 129px;
	margin: 7px 0 0 0;
	font-weight: bold;
}

#content input,
#content select,
#content textarea {
	display: block;
	width: 350px;
	margin: 0 0 7px 0;
	padding: 5px;
	border: 1px solid #C3C4C7;
}

#content textarea {
	height: 120px;
}

label#spamschutz {
	height: 80px; /* #submit ebenfalls floaten */
}

#content input#sicherheitscode {
	display: inline;
	width: 55px;
	margin: 0 0 7px 7px;
	vertical-align: top;
}

#content input#submit {
	width: 270px;
	background: #FFF url(../images/bg_link.gif) 12px 50% no-repeat;
}

#content input#submit:hover,
#content input#submit:focus {
	background: #FDF8F0 url(../images/bg_link.gif) 12px 50% no-repeat;
}

#content input:hover,
#content input:focus,
#content select:hover,
#content select:focus,
#content textarea:hover,
#content textarea:focus {
	background: #FFFAF2;
	border: 1px solid #BBB;
}

