#forum
{
width:550px;
margin:auto;
text-align:left;
}

#forum table
{
width:550px;
margin:auto;
text-align:left;
}

#forum table.posthead
{
text-align:left;
color:black;
font-weight:bold;
background:gray;
border:1px solid black;
}

#forum table.posttext
{
text-align:left;
background:white;
border:1px solid black;
}

#forum textarea
{
width:550px;
height:150px;
border:1px solid black;
margin:auto;

}

#forum label.leftalign
{
width:400px;
text-align:left;
padding-right:10px;

}

#forum label.ritealign
{
width:250px;
text-align:right;
padding-left:10px;

}

#forum label.desc
{
}

#forum form
{
padding-top:5px;
}

#forum table.head
{
border:1px solid black;
background:gray;
color:black;
}

#forum td.posts
{
text-align:right;
}

#forum td.date
{
padding-left:5px;
text-align:right;
}
#forum td.topic
{
padding-left:5px;
text-align:right;
}
#forum tr.header
{
background:white;
text-align:left;
border:1px solid black;
}

#forum td.spacer
{
height:5px;
background:gray;
width:600px;
color:gray;
}
