#mail table
{ 
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align:center;
  
}

#mail td
{
	border-width:1px;
  border-style:solid; 
  border-color:gray;
}

#mail img
{
  width: 25px;
  height:25px;
	border-style:none;
}

#mail label.msgLabel
{
  width: 230px;
  float: left;
  text-align:right;
}

#mail label.msgText
{
  float:left;
	text-align:left;
}

#mail a
{
  float:left;
  text-align:left;
}
