/* ######################################### */
/* # FORMULAR                              # */
/* ######################################### */
FIELDSET {
	border:0;
	margin:0 0 1em 170px;
	padding:0;
}

FIELDSET P {
	margin:0 0 1em 0;
	font-size:1em;
	line-height:1.5em;
	padding:0 30px 0 0;
}
FIELDSET LABEL.legend {
	position:relative;
	display:block;
	width:70px;
	float:left;
}
FIELDSET BR {
	clear:both;
}
TEXTAREA {
	font-family:arial,helvetica,san-serif;
	font-size:11px;
	width:330px;
	height:100px;
	border:1px solid #fff;
	padding:1px 4px;
	margin:1px 0 1em 0;
}
INPUT.iText {
	font-size:12px;
	width:260px;
	border:1px solid #fff;
	padding:1px 4px;
	margin:1px 0;
}
TEXTAREA:focus,
INPUT.iText:focus {
	border:1px solid #960c0c;
}
SELECT {
	font-size:12px;
	border:0;
	padding:1px 0;
	margin:1px 0;
}
BUTTON {
	position:relative;
	width:340px;
	height:19px;
	font-family:arial,helvetica,san-serif;
	font-size:0.9em;
	line-height:19px;
	text-align:center;
	text-transform:uppercase;
	border:0;
	background:url(img/layout/submit_bg.gif) no-repeat 0 0;
}
BUTTON:hover {
	background:url(img/layout/submit_bg.gif) no-repeat 0 -19px;
}
BUTTON.button2 {
	position:relative;
	width:100px;
	height:19px;
	font-family:arial,helvetica,san-serif;
	font-size:0.9em;
	line-height:19px;
	text-align:center;
	text-transform:uppercase;
	border:0;
	background:url(img/layout/submit_bg2.gif) no-repeat 0 0;
}
BUTTON.button2:hover {
	background:url(img/layout/submit_bg2.gif) no-repeat 0 -19px;
}
/* BOTSCHUTZ */
INPUT.hide {
	display:none;
}
INPUT.error {
	border:1px solid #960c0c;
}

