.infoBox{
background:#ea8;
border:1px solid #800;
padding:0 5px;
}
body{
color: #000;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
padding:5px;
margin:5px;
background: #fff url("bricks.png");
background-position:15px 22px;
}

.postName{
color: #00e;
font-weight: 700;
}
.reply{
margin:8px;
padding:5px;
background:#fff;
border: 1px solid #000;
}
#postBox{
margin:8px;
background:#fff;
border: 1px solid #000;
}
td:first-child{
background-color: #ddd;
color: #000;
font-weight: 700;
border: 1px solid #800;
padding: 0 5px;
font-size: 10pt;
}
textarea{
width:320px;
height:100;
}