
/******************************************/
/* Basiseinstellungen
/******************************************/ 

input, 
textarea
{
  padding:1px;
  border:1px solid 	#990f1c;;
  font-size:100%;
  vertical-align:middle;
  margin:0;
}

fieldset{
  border:1px solid 	#990f1c;
  background-color:#FFF;
  margin: 0 15px 0 0;
  padding:10px;
}

fieldset legend{
  font-weight:bold;
  margin-bottom:3px;
}

input[type=submit]{
  color:#fff;
  background-color:#002089;
  font-weight:bold;
  border:0;
}

/******************************************/
/* Generierte Formulare Positionierung
/******************************************/ 

div.formNameValuePairError,
div.formNameValuePair
{
	display:block;
}

div.formName{
  float:left;
  width:120px;
  clear:both;
  padding:2px;
}

div.formValue{
  padding:2px;
}

div.formValue input,
div.formValue textarea{
  width:200px;	
}

p.formWarning,
div.formNameValuePairError div.formName {
  color:#C81400;
}

p.FormDesc{
  font-size:75%;
  color:#838383;
}