/* RowA1, this is for the left side of the top row (name, date etc)*/
.rowA1 {
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
background-image: url("img/bg.jpg");
text-align:left;
width:600px;
}
/* RowA2, this is for the right side of the top row (post num)*/
.rowA2 {
border:1px solid #000000;
background-image: url("img/bg.jpg");
text-align: center;
width:200px;
}
/* RowB, Where the comment is posted */
.rowB {
border-right:1px solid #000000;
border-left:1px solid #000000;
background-color:#EEEEEE;
}
/* RowC, Where the rating is posted */
.rowC {
border-bottom:1px solid #000000;
border-right:1px solid #000000;
border-left:1px solid #000000;
background-color:#EEEEEE;
}

img {
border:0;
}
