/**/
#email_ #text {
width:100%;
margin-bottom:10px;
}
#email_ label {
  float:left;
  width:6em;
}
#email_ #stnd,
#email_ #mail {
  float:left;
  border:none;
  background:transparent;
  margin:3px 50px 0 0;
  height:1em;
}
#email_ form p {
  clear:both;
  padding:0;
}
#email_ form #codearea,
#email_ form #kontrolle {
  height:2.7em;
  padding:5px 1%;
  white-space:nowrap;
  background:#F0F0F0;
}
fieldset > #codearea,
fieldset > #kontrolle {
  overflow:auto;
  width:98%;
}

