
div.cmform {
clear:both;
}

div.cmform table tr td {
  padding-top:10px;
}

div.cmform input.bgImage,
div.cmform input.tx-srfeuserregister-pi1-text {
    width: 320px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
    height: 22px; /* entspricht Grafikhöhe */
    background: url(../img/inputbg.png); /* Hintergrundgrafik */
    border: 0; /* Elementrahmen deaktivieren */
    padding: 0 5px 0 5px; /* Innenabstand oben - rechts - unten - links */
}

div.cmform input,select,option {
font-size:11px;
}

div.cmform p {
  margin:0px;
  padding:0px;
}
