/* forms with fieldsets and elements grouped by ul/li */

form {
	margin: 2em 0 2em 0; }

#SiteOptions form {
	margin: 0; }
#Schnellsuche form {
	margin: 0; }

#Schnellsuche input.textInput {
	font-size: 0.9em;
	position: relative;
	top: -0.35em;
	width: 17em;
	}

form#frm\:Editor {
	margin: 0; }

input, select, textarea {
	color: black; }

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	overflow: visible;
	}

fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	font-family: Verdana,Helvetica,Arial, sans-serig;
	}

fieldset ol li {
	float: left;
	width: 100%;
	padding: 0;
	}

fieldset ol li.Grouped3 {
	float: left;
	width: 33%;
	padding: 0;
	padding-right: 0.5%;
	}

fieldset ol li.Grouped3.lastField {
	padding-right: 0;
	}

legend {
	font-weight: bold;
	border: 1px solid gray;
	padding: 0 0.5em 0 0.5em;
	}

fieldset label {
	padding: 0.5em 0 0em 0;
	display: block;
	font-weight: bold;
	vertical-align: top;
	width: 100%;
	font-size: 1.1em;
	padding: 0.1em 0 0.3em 0;
	}

fieldset label span {
	background-color: white;
	padding-right: 0.8em;
	}

fieldset li.Grouped3 label {
	width: 95.9%;
	}

fieldset ol label, span.label {
	display: block;
	width: 98%;
	}

fieldset fieldset label {
	display: block;
	width: auto;
	}

span.mandatory {
	color: #FE0002;
	}

div.multipleOptions {
	width: auto;
	height: 18em;
	overflow: auto; }

div.multipleOptions.autoSized {
	height: auto; }

.highlightedOption {
	font-weight: bold; }

fieldset li input, fieldset li textarea {
	font-size: 1em;
	width: 97.7%;
	margin: 0;
	background-color: #E6E6E6;
	}

fieldset li textarea {
	font-family: Verdana, Arial;
	font-size: 1.1em;
	}

fieldset li input.imageButton {
	margin: 1em 1em 0 0;
	font-size: 1em;
	border: none;
	width: 7.78em;
	height: 1.82em;
	float: right;
	}

fieldset li.Grouped3 input {
	width: 94%;
	}

input.submit {
	width: auto;
	float: right;
	background-color: #7A7A7A;
	color: white;
	font-weight: bold;
	}

