/***************************************/
/*              Formular               */
/***************************************/
form.autoform {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}		

form.autoform fieldset {
	padding: 0;
  margin-bottom: 10px;
  border:none;
}
form.autoform legend {
  padding: 0;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}
form.autoform label {
  display: inline-block;
  line-height: 1.8em;
  vertical-align: top;
  width: 150px; /* Width of labels */
}
form.autoform fieldset ol {
  margin: 0;
  padding: 0;
}
form.autoform fieldset li {
  list-style: none;
  padding: 4px 5px 4px 0;
  margin: 0;
}
form.autoform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.autoform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.autoform fieldset fieldset label {
  display: block;
  width: auto;
}
form.autoform em {
  font-weight: bold;
  font-style: normal;
}
form.autoform fieldset fieldset label {
  margin-left: 153px; /* Width plus 3 (html space) */
}
form.autoform input.senden {
	width: 200px;
	cursor:pointer;
}
form.autoform input.field, form.autoform textarea.field {
  width:275px; padding:2px; border:solid 1px rgb(200,200,200);
}


/*\*//*/
form.autoform legend {
  display: inline-block;
}
/* IE Mac legend fix */

.eingabefehler {
	background-color:#FE7777;
	color:#FFFFFF;
	font-weight:bold;
}

