ciao! ho un problema con netscape con il seguente .css
ovvero tutti mi funzionano tranne quelli che definiscono i campi di testo (ovvero input)

come mai? bisogna aggiungere qualcosa per netscape?

posto il codice sperando qualcuno possa aiutarmi

codice:
.arialdieci {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.arialdodici {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.arialdiecinero {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
INPUT.campo {
background color: ;
	BORDER-RIGHT: rgb(255,255,255) 1px outset;
	BORDER-TOP: rgb(255,255,255) 1px outset;
	BORDER-LEFT: rgb(255,255,255) 1px outset;
	BORDER-BOTTOM: rgb(255,255,255) 1px outset;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
font style: bold; 	FONT-SIZE: 8pt;
	TEXT-DECORATION: none;
	text-transform: none;

}
textarea{
background color:;
	BORDER-RIGHT: rgb(255,255,255) 1px outset;
	BORDER-TOP: rgb(255,255,255) 1px outset;
	BORDER-LEFT: rgb(255,255,255) 1px outset;
	BORDER-BOTTOM: rgb(255,255,255) 1px outset;
	COLOR: white;
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE: 8pt;
	TEXT-DECORATION: none;
	text-transform: none;

}.campo {
    background color:;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	background-image: none;

}.tab {
	background-attachment: scroll;
	background-image: url(images/tabella.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}