Algo así te sirve?
Código:
<html>
<head>
<title> New Document </title>
<style type="text/css">
.esp {
font-family: Verdana, sans-serif;
font-size: 10px;
color: #333333;
border: 1px #666666 solid;
background-color: #f2f2f2;
font-weight: bold}
</style>
</head>
<body bgcolor="#FFFFFF">
<form method=post action="">
<table>
<tr>
<td>Nombre</td>
<td> <input type="text" class="esp" name="nombre">
</td>
</tr>
<tr>
<td>E-mail</td>
<td> <input type="text" class="esp" name="email">
</td>
</tr>
<tr>
<td>Comentario</td>
<td> <textarea class="esp" name=material rows=8 cols=50></textarea>
</td>
</tr>
</table>
</form>
</body>
</html>
<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">
bet[/CODE]