#kontak #top fieldset {
  background:#FAFAFA url(/bg_grafik/kontakt_form_bg.gif) no-repeat bottom right;
}
#kontak #top fieldset p {
 clear:both;
 overflow:hidden;
}
input#Vorname, input#Zuname {
  width:9em;
  float:left;
  display:inline;
}
textarea#message, input#mail_from {
  width:19.2em;
  float:left;
  display:inline;
  margin:1px 0;
  padding:0 0 0 8px;
}
label {
  float:left;
  display:inline;
  width:1.2em;
}
p#legend_text.error, p#legend_text.confirm {
  padding:2px 5px;
}
p#legend_text.error,
#kontak #top form p input.error {
  background:#FFFAFA;
  border:1px solid #F00;
  border-bottom:2px solid #500;
  border-right:2px solid #500;
}
#kontak #top p.error textarea,
#kontak #top fieldset p.error input {
  background:#FFFAFA;
  border:1px solid #F00;
  border-top:2px solid #900;
  border-left:2px solid #900;
}
p#legend_text.confirm, 
#kontak #top form p input.confirm {
  background:#FAFFFA;
  border:1px solid #0A0;
  border-bottom:2px solid #060;
  border-right:2px solid #060;
}
#kontak #top p.confirm textarea,
#kontak #top fieldset p.confirm input {
  background:#FAFFFA;
  border:1px solid #00A000;
  border-top:2px solid #060;
  border-left:2px solid #060;
}
#kontak #top form p input.send {
background:#666 url(/bg_grafik/leisten_bg.gif) center center repeat-x;
}
