form{
width:230px;
height:200px;
margin-top:10px;
margin-left:20px;
}


legend {
display:block;
float:left;
}
.name{
  background: #fff url(../img/formular/name.gif) no-repeat;
  float: left;
  width: 70px;
  height:10px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
  
  
}
.mein_name{
  background: #fff url(../img/formular/mein_name.gif) no-repeat;
  background-position:bottom;
  float: left;
  width: 70px;
  height:10px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}
.empf_name{
  background: #fff url(../img/formular/empf_name.gif) no-repeat;
  float: left;
  width: 70px;
  height:30px;
  text-align: right;
  margin-top:-10px;
  padding-top: 0px;
  padding-right: 5px;
}
* html .empf_name{
  margin-top:-3px;


}
.email{
  background: #fff url(../img/formular/email.gif) no-repeat;
  float: left;
  width: 70px;
  height:10px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}
.eintrag{
  background: #fff url(../img/formular/input.gif) no-repeat;
  float: left;
  width: 125px;
  height:20px;
  text-align: left;
  padding:2px;
  font-size:90%;
  margin-bottom:3px;
}

textarea {
  font-size:90%;
  background:url(../img/formular/input_text.gif) no-repeat;
  padding-left:10px;
  padding-top: 4px;
  width:203px;
  height:54px;
  float: left;
  text-align: left;
} 
* html textarea {
margin-left:-20px;
  overflow-y: hidden;
  
  background: fixed url(../img/formular/input_text.gif) no-repeat;
} 

.senden {
background:url(../img/formular/senden.gif) no-repeat;
margin-right:28px;
float:right;
width:52px;
height:17px;
}
.abbrechen {
margin-left:5px;
float:left;
width:52px;
height:17px;
}
.abstand{
margin-top:10px;}

