
/* QuickForm-Styles */

form.quickform {
	float: left;
	width: 100% !important;
	margin: 0;
}

.noborder {
	border: 0;
}

form.quickform div.group {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

form.quickform div.header {
	font-weight: bold;
	margin-bottom: 1em;
}

form.quickform div.header h3 {
	margin: 0px;
	font-size: 100%;
}

form.quickform label {
	float: left;
	width: 30%;
	padding-top: 3px;
	padding-left: 2%;
	padding-right: 4%;
	line-height: 16px;
}

form.quickform #infos label {
	float: none;
	display: inline;
	width: auto;
}

form.quickform div.row, form.quickform div.row_required, quickform_requirednote {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

form.quickform div.row_required label {
	font-weight: bold;
}

form.quickform input.formatted, 
form.quickform textarea.formatted, 
form.quickform select {
	width: 95%;
	border: 2px solid #ccc;
	border-color: rgba(0,0,0,0.15);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	margin-bottom: 2px;
	padding: 3px;
}

form.quickform input.formatted:focus,
form.quickform textarea.formatted:focus, 
form.quickform select:focus {
	border-color: rgba(0,0,0,0.3);
}

form.quickform div.element,
form.quickform div.element_error {
	width: 60%;
	float: left;
}

form.quickform div.element select,
form.quickform div.element_error select {
	display: block;
}

form.quickform div.element label,
form.quickform div.element_error label {
	float: none;
	font-weight: normal;
}

form.quickform .button {
	width: auto;
}

/* Fehlermeldungen */

form.quickform div.element_error input.formatted,
form.quickform div.element_error textarea.formatted {
	border-color: #e0005a;
}

form.quickform p.fehler {
	color: #e0005a;
	font-weight: bold;
}