problema con css
salve ragazzi sto cercando di realizzare un box per il guestbook con il segunte codice:

nel css:


.guest {
margin-bottom: 15px;
background: url(images/body.png) repeat-y;
color: #000000;
}

.guest .bottom {
margin: 0;
padding: 10px 30px 35px 30px;
background: url(images/bottom.png) no-repeat;
}

.guest .up {
margin: 0;
padding: 10px 30px 35px 30px;
background: url(images/up.png) no-repeat;
}


nel HTML:

<div class="guest">
<p class="up"></p>
<h2 class="title"><?=$row[nome]?></h2>
<p align="justify">
et&agrave: <?=$row[eta]?>

sesso: <?=$row[sesso]?>

commento:

<label><?=$row[commento]?></label>


Sito: <?=$row[sito]?>


</p>
<p class="bottom"></p>
</div>

ma mi esce così la tabella:


http://forum.html.it/forum/showthrea...readid=1249640