Und noch eine konstruktive Antwort: Probier mal mit CSS zB:
input
{
font family: Verdana,Arial,Helvetica,Sans-Serif;
border-bottom: #14314F 1px solid; border-left: #14314F 1px solid;
border-right: #14314F 1px solid; border-top: #14314F 1px solid;
background-color: #ffffff ; color: #14314F;
font-size: 9px;
}
textarea {
font-family: Verdana,Arial,Helvetica,Sans-Serif;
border-bottom: #14314F 1px solid; border-left: #14314F 1px solid;
border-right: #14314F 1px solid; border-top: #14314F 1px solid;
background-color: #ffffff; color: #14314F;
font-size: 9px;
}
Und im Form-Tag musst du jetzt nix mehr notieren... alle input felder werden jetzt in diesem Layout erstellt.
Hoffe geholfen zu haben, spiel dich halt ein bisschen rum damit, Sensei