HO QUESTO CODICE NEL CSS
codice:
TABLE.Tbitop5 {
	BACKGROUND: #ffffff; 
	MARGIN: 0px; 
	FONT: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border : 1px #FFA500;
	border-style : solid;
	border-top : none;
	border-bottom: none;
	vertical-align:top;

}
e questo nel html
codice:
	<table border="0" width="286"  style="Tbitop5">
	
		<tr>
			<td width="128">
			<p align="right">Fascia</td>
			<td width="148" height="24">
				<input type =text name="TXT_Fascia" >
			</td>
		</tr>
		<tr>
			<td colspan="2" height="28">
			<p align="center">
			<input type =submit value="Inserisci"  onclick = "return ControlloTesti();False">
			</td>
		</tr>
	</table>

chi puo aiutarmi^
grazie