Codice PHP:
echo "<form action=\"login.php\" method=\"get\">";
        echo 
"Nick:";
        echo 
"
"
;
        echo 
"<input type=\"text\" name=\"uid\" size=\"8\" maxlength=\"15\" />";
        echo 
"
"
;
        echo 
"Password:";
        echo 
"
"
;
        echo 
"<input type=\"password\" name=\"pwd\" size=\"8\" maxlength=\"15\" />";
        echo 
"
"
;
        echo 
"<input type=\"hidden\" name=\"svw\" value=\"$svw\"/>";
        echo 
"<input type=\"submit\" value=\"login\"/>";
        echo 
"</form>";
                echo 
"
"

ragazzi vorrei assegnare un colore come sfondo interno ai campi nick e passoword e mettere un rosso come colore come bordo dei 2 campi.
qualcuno sa aiutarmi??? :master:

grazie a chi mi aiuterà