Myślę że formularze ciekawie wyglądają w ramach fieldset.
fieldset {
border:1px solid #333333;
padding:2px;
width:180px;
text-align:center;
}
legend {
width:80px;
border:1px solid #333333;
padding:2px;
}
<fieldset><legend>Formularz</legend>
<form action="" method="">
Nick<br>
<input type="text" value="" style="width:160px; background:none; border:1px solid #333333; margin-top:5px;"><br>
E-mail<br>
<input type="text" value="" style="width:160px; background:none; border:1px solid #333333; margin-top:5px;"><br>
Tresc<br>
<textarea style="width:160px; background:none; border:1px solid #333333; margin-top:5px;"></textarea><br><br>
<input type="submit" value="wyslij" style="width:70px; background:none; border:1px solid #333333;">
<input type="reset" value="wyczysc" style="width:70px; background:none; border:1px solid #333333;">
</form>
</fieldset>
kliknij żeby zobaczyć demo
