<html>
<head>
<style type="text/css"/>
input {
margin: 10px;
}
fieldset {
padding-left: 20px;
width: 350px;
height: 359px;
background-image: url(sfondo.gif);
background-repeat: no-repeat;
border:none;
}
</style>
</head>
<body>
<form id="Commenti" action="">
<fieldset>
<legend>Commenti</legend>
Nome <input id="Name" name="Nome" type="text"/> <br />
Email <input id="email" name="email" type="text"/><br />
Commento <textarea name="Commento" id="comment"></textarea><br />
<button type="submit" value="Invia">Invia</button>
</fieldset>
</form>
</body>
</html>