														
/* forms
======================================== */
form {
	display: block;
	margin-bottom: 1.4em;
}
form#haendlersuche {
	background: url(../img/header_haendlersuche_bg.gif) left top no-repeat;
	height: 80px;
	left: 825px;
	position: absolute;
	top: 52px;
	width: 175px;	
}
form#haendlersuche fieldset {
	background: none;
}
fieldset {
	background: #e2e2e2;
	border: 1px solid #e4001a;
	padding: 24px;
	margin-bottom: 1.4em;
}
legend {
	color: #e4001a;
	display: none;
	font-weight: normal;
}
label {
	color: #1a171b;
	display: block;
	font-weight: bold;
}
label.error {
	background: none;
	border: 0 none;
	color: #ae1b1b;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
}
.inline {
	display: inline;
}
label.inline {
	display: inline;
	margin-left: 5px;
}
input,
textarea,
select {
	border: 1px solid #FEFEFE;
	margin-bottom: 0;
	padding: 4px;
	width: 489px;
}
input:focus,
textarea:focus,
select:focus,
input#saddr {
	border: 1px solid #e4001a;
}
.widthauto {
	width: auto;
}
input.error {
	border: 1px solid #FF0000;
	margin-bottom: 0;
}
span.error {
	background: url(../img/arrow_up.gif) left top no-repeat;
	color: #FF0000;
	display: block;
	padding-left: 20px;
	padding-top: 1px;
}
select {
	width: auto;
}
input.submit.button {
	width: auto;
}
form br {
	clear: left;
}
