guys, just a guick question,

I am trying to display the previous orders table in myaccount to show as grid, I want to show each cell borders. (gray)

I have added the following to my Stylesheet

#prevOrders {
border: 1px solid gray;
}

but this will draw a box around the whole table!!

can any one help please?