oppure se vuoi generalizzare x tutti i campi testo puoi fare cosi:
<INPUT TYPE="TEXT" CLASS="stile_input"> x ogni campo input
poi nell'head del documento ci metti:
<STYLE type="text/css">
.stile_input {
font-family: Verdana; color: blue; background-color: green;
}
</STYLE>

Rispondi quotando