/************************************
*		Form CSS					*
*************************************/
form {
	color: #333;
	width: 94%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

form fieldset, form fieldset fieldset {
	padding: 0;
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #C9C5CA;
	border-bottom: 1px solid #C9C5CA;
	font-size: 0.9em;
}

input,
textarea {
	width: 96%;
	margin: 5px 20px;
	padding: 4px;
}

li.nowidth input,
li.nowidth textarea {
	width: auto;
	margin: 5px 20px;
}


form fieldset.fieldback2 {
	background: url('/images/fieldset2.png') left bottom repeat;
}

form fieldset.fieldback {
	background: url('/images/fieldset.png') left bottom repeat-x;
}

form legend {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #333;
	font-size: 1.0em;
}

form label {
	display: inline-block;
	display: -moz-inline-box;
	vertical-align: middle;
	width: 10em;
	color: #555;
	font-weight: bold;
}

form label.notiz {
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

form label.voll {
	width: 100%;
	padding: 20px 0;
}

form li img, tbody th img {
	vertical-align: middle;
	margin: 10px 10px;
	background-color: white;
	padding: 3px;
	border: 1px solid #888;
}

img.noborder {
	background-color: transparent;
	padding: 0;
	border: none;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset ul.normal {
	margin-left: 30px;
}

form fieldset ul.normal li {
	list-style: square;
	padding: 0 2px 2px;
	background: none;
}

form fieldset li {
	list-style: none;
	margin: 0;
	padding: 6px 20px;
	background: url('/images/formsep.png') left bottom repeat-x;
}

form fieldset li.nobottom {
	background: none;
}

form fieldset li.notop {
	padding: 0 10px 6px;
}

form fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 10em;
}

form fieldset fieldset legend {
	font-weight: normal;
}

form fieldset fieldset label {
	font-weight: normal;
	width: auto;
	margin-right: 10px;
}

form fieldset fieldset td {
	border: none !important;
	width: 50%;
}

form fieldset div.geschichte {
	margin: 0;
	padding: 6px 20px;
}

form fieldset div.geschichte label {
	width: 12em;
}

form fieldset div.geschichte label.voll {
	width: 100%;
	clear: both;
}
