/* forms
   -------------------------------------- */
.label-right {
	text-align: right;
	padding-right: 5px;
}


form {
	_margin: 0px 0px 10px 0px;
	padding: 0;
}
.form {
	margin: 0;
	padding: 0;
}
.form .group {
	margin-bottom: 10px;
}
.form .static {
	display: block;
	_line-height: 16px;
	width: 320px;
	float: left;
}
.form input {
	width: 220px;
	margin-top: 1px;
	background-color: #FFFFFF;
}
.box form input {
	width: 159px;
	margin-top: 1px;
}
.box form input.button {
	width: auto;
	margin-top: 1px;
}
.form label {
	clear: left;
	display: block;
	float: left;
	width: 105px;
	_line-height: 16px;
}
.formtexte {
	width: 105px;
}
.form label span.txt {
	position: relative;
}
input, select, textarea {
	font-size: 1em;
	border: 1px solid #e8d5a7;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
}
.ftext, .fpass, .fcombo, .ftextarea, .left input, .right input {
	border: 1px solid #e8d5a7;
}
.ftext:focus, .fpass:focus, .fcombo:focus, .ftextarea:focus, .left input:focus, .right input:focus {
	border: 1px dashed #e8d5a7;
}
.left input.button, .right input.button, .left input.button:focus, .right input.button:focus {
	border: 0;
}
.postbuttons input {
	border: 1px solid black;
}
input.button {
	border: 0;
}
.form textarea {
	width: 220px;
	font-size: 1em;
	background-color: #FFFFFF;
}
.form .required {
	margin-left: 105px;
	line-height: 11px;
	font-weight: bold;
}
.form .group .required {
	margin-left: 0;
	vertical-align: top;
}
.form .group .required b {
	vertical-align: top;
	line-height: 16px;
}
.form .group div {
	line-height: 16px;
	padding: 2px;
}
.form .requiredtext {
	line-height: 2em;
}
.form .postbuttons {
	margin-top: 16px;/*	margin-left: 16px; */
}
.form .postbuttons input {
	width: auto;
	margin-right: 16px;
	padding: 2px;
	cursor: pointer;
}
.form .postbuttons button {
	width: 105px;
	height: 16px;
	border: 0;
	cursor: pointer;
}
.form .postbuttons button.submit {
	background: url(../images/buttons/bt_absenden.gif) no-repeat;
}
.form .postbuttons button.submit span {
	display: none;
}
.form .postbuttons button.reset {
	margin-left: 20px;
	background: url(../images/buttons/bt_loeschen.gif) no-repeat;
}
.form .postbuttons button.reset span {
	display: none;
}
.form .postbuttons button.continue {
	background: url(../images/buttons/bt_weiter.gif) no-repeat;
}
.form .postbuttons button.continue span {
	display: none;
}
.form .errors {
	color: #990000;
	width: 430px;
	margin-bottom: 16px;
}
.form .errors h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	display: none;
}
.form .errors ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url(../gfx/error.gif);
}
.form .errors li {
	font-weight: bold;
	line-height: 16px;
	_margin-bottom: 5px;
	_padding-left: 5px;
}
.fradio {
	line-height: 22px;
}
.ftext_failed, .fpass_failed, .fstatic_failed, .fcombo_failed, .fradio_failed, .fcheckbox_failed, .ftextarea_failed {
	border-color: #990000;
	background: #fee;
}
#contact_frage1 {
	width: auto;
}
#contact_frage2 {
	width: auto;
}
.group div .radiotitle {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	background-color: #fffce6;
	padding: 8px;
}

.abstand {
	height: 20px;
	clear: both;
}

/* Forms NEW
   -------------------------------------- */

.inputRequirement {
  color: #666666;
}

.box input.shopfinder-plz {
	width: 62px;
}

