ciao ragazzi nel mio css ho:

/* Input, Buttons */

#inputText {
background-color:#222;
color:#89BCDC;
border: 1px dotted #444;
}

#inputButton {
background-color:#222;
color:#89BCDC;
border: 1px dotted #444;
}

il mio form è :

echo "<form action=\"login.php\" method=\"get\"><p align=\"center\">";
echo "Nick:
";
echo "<input name=\"loguid\" maxlength=\"20\" title=\"login\"/>
";
echo "Password:
";
echo "<input name=\"logpwd\" maxlength=\"20\" title=\"pass\"/>
";
echo "<input type=\"submit\" value=\"Entra\" />";
echo "</form>";

come posso applicare il mio css nei seguenti campi???


grazie a chi mi aiuterà