
fieldset {
	width: 550px;
	margin: 15px 9px 25px 9px;
	border: 1px solid #FFF;
	border-top: 1px solid #BBB;
}

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 {
	width: 330px;
	margin: 0 0 7px 0;
	padding: 5px;
	border: 1px solid #BBB;
}

#content textarea {
	height: 120px;
}

label#textarea {
	height: 160px; /* #submit ebenfalls floaten */
}

#content input#submit {
	width: 225px;
	background: #FFF url(../images/bg_link_uNav.gif) -190px 55% no-repeat;
}

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

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