<form name="form" method="post" action="</span>">
<<span style='color:blue'>table width="256" border="0" cellspacing="0" cellpadding="0">
<tr><td width="118">TELEFONE</td><td width="138">
<input type="text" onkeypress="FormataCampo(this,event,'(##)####-####')" size="16" maxlength="13">
</td></tr><tr><td>DINHEIRO</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'#.###,##')" size="10" maxlength="8">
</td></tr><tr><td>CEP</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'#####-###')" size="10" maxlength="9">
</td></tr><tr><td>CPF</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'###.###.###-##')" size="15" maxlength="14">
</td></tr><tr><td>CNPJ</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'###.###.###/#####-##')" size="21" maxlength="20">
</td></tr><tr><td>HORA</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'##:##')" size="5" maxlength="5">
</td></tr><tr><td>DATA</td><td>
<input type="text" onkeypress="FormataCampo(this,event,'##/##/####')" size="10" maxlength="10">
</td></tr>
</table>
</form> Não sei onde eu arrumei este codigo ae! mas ele faz a formatação do campo. abraços