/* Forms */
select option {
	padding-right: 0.3em;
}

label span {
	font-size: 10px;	
	color: red;
}

#content fieldset {
	padding: 3px;
}

#content fieldset legend {
	padding: 0 2px;
	font-style: italic;
	font-weight: bold;
}

#content select, 
#content input
{
	font-size: 10px;	
}

label.label {
	width: 40%;
	display: block;
	float: left;
}

label.checkbox {
	font-size: 11px;
	padding-left: 5px;
}

input.formchkbox {
	line-height: 11px;	
}

textarea.formtextarea {
	display: block;
	float: left;
	width: 50%;	
	
}

.form-row {
	clear: both;
	margin: 5px 0;
	padding: 5px 0;
}

.form-multichkbox {
	clear: both;
	margin: 5px 0 5px 150px;
	padding: 5px 0;
}

.form-multichkbox label.formchkbox {
	margin-left: -150px;
}

ul.errors {
	font-weight: bold;
	color: red;
	margin: 5px 0;
	clear: both;
}

ul.errors li {
	background: #E8FFC4;
	padding: 1px 2px;
}

/* Form Buttons */
#fieldset-formbuttons {
	margin-top: 15px;
	border: 0;
}
#fieldset-formbuttons .submit-row,fieldset.buttons .submit-row {
	width: auto;
	display: block;
	float: left;
	margin-right: 15px;
}

a.button {
	margin: 5px;
	border: 3px double #409101;
	border-top-color: #409101;
	border-left-color: #409101;
	padding: 0.25em;
	background-color: #8DC031;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a.button:hover {
	border: 3px double #409101;
	border-top-color: #409101;
	border-left-color: #409101;
	padding: 0.25em;
	background-color: #A3D051;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.submit {
	border: 3px double #409101;
	border-top-color: #409101;
	border-left-color: #409101;
	padding: 0.25em;
	background-color: #8DC031;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
}

input.submit:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

/* Site Styles */
#ausstattungdata div.form-row {
	width: 250px;
	float: left;
	display: block;
	clear: none;
}

form.booking fieldset {
	margin: 5px 0 10px 0;
}
