
/*  CSS Styles for forms and labels */ 

legend {	 /* should be like h2 */
	color: #496581;
	font-size: 13px;
	font-weight: bold;
	padding: 0.2em;
}

fieldset {
	border: 1px solid #496581;
	margin-bottom: 10px;
	padding: 1em; 
}

label {
	display: block; 
	float: left;
	text-align: right;
	width: 200px; 
	font-size: 12px;
	font-weight: normal;
	margin: 0 0.2em;
}

input.textfield, input.passwordfield {
	width: 200px;
}

input#kuerzel {width: 100px;}

textarea {
	width: 400px;
	height: 150px;
}

span.bildbeschr {font-size: 12px;}
