<form name=formmail action="mailer.php?action=send" method="post" onsubmit="return controllacampi()">
<!-- OGGETTO DEL MESSAGGIO -->
<INPUT name=-----OGGETTO type=hidden value="MESSAGGIO DAL SITO-----">
<table width="452" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#FFCC99" class="stile2">
<tr bgcolor="#666666">
<td height="50" colspan="6"> <div align="center"> <span class="piccolo">Per
inviare un messaggio, o per richiedere informazioni,<br>
compilare il form sottostante.</span></div></td>
</tr>
<tr>
<td colspan="6"><div align="center" class="piccolo"><font color="#000000"><i>Tutti
i campi sono obbligatori</i></font></div></td>
</tr>
<tr>
<td width="11"> </td>
<td width="81"> <strong>Nome</strong></td>
<td colspan="4"> <input type="text" name="nome" size="40"> </td>
</tr>
<tr>
<td width="11"> </td>
<td width="81"> <strong>Cognome</strong></td>
<td colspan="4"> <input type="text" name="cognome" size="40">
</td>
</tr>
<tr>
<td width="11" rowspan="2"> </td>
<td width="81"> <strong>E-mail</strong></td>
<td colspan="4"> <input type="text" name="email" size="40">
</td>
</tr>
<tr>
<td><strong>Telefono</strong></td>
<td colspan="4"><input name="telefono" type="text" id="telefono" size="40"></td>
</tr>
<tr>
<td width="11"> </td>
<td width="81"> <strong>Messaggio</strong></td>
<td colspan="4"> <textarea name="messaggio" cols="40" rows="5" class="scroll"></textarea>
</td>
</tr>
<tr>
<td width="11"> </td>
<td width="81"> </td>
<td colspan="4"> </td>
</tr>
<tr>
<td width="11" height="36"> </td>
<td height="36" width="81"> </td>
<td width="49" height="36"> </td>
<td width="73" height="36"> <input type="submit" name="invio" value=" Invia ">
</td>
<td width="85" height="36"> <div align="center">
<input type="reset" name="cancella" value="Cancella">
</div></td>
<td width="153" height="36"> </td>
</tr>
</table>