div#post, table#last_post{
  width:100%;
  border: solid 1px #E77918;
  margin-top:5px;
  margin-bottom:5px;
  padding:1px;
}
table#last_post div#post{
  border-width:0px;
}
table#last_post td#head, table#last_post td#head a{
  font: bold 12pt Arial, sans-serif;
  color: #fff;
}
table#last_post td#head, table#post td#name, table#post td#buttons{
  background-color:#E77918;
}
table#post td#name {
  text-align:left;
  width:75%;
}
table#post{
  width:100%;
  border-width:0px;
}
table#post td#avatar{
  width:100px;
  height:100px;
  border: solid 1px gray;
  text-align:center;
  vertical-align:middle;
}
table#avatar, table#avatar td#avatar{
    width:100%;
    height:100%;
    border-width:0px;
}
table#post td#name, table#post a, table#post td#message {
  font: 9pt Arial, sans-serif;
  color: #fff;
}
table#post td#name, table#post td#name a{
  font-weight:bold;
}
table#post td#message, table#post td#message a{
  text-align:justify;
  color:#000;
}
table#post td#buttons {
 width:auto;
 text-align:right;
}
table#post td#buttons, table#post td#buttons a{
  font: bold 8pt Arial, sans-serif;
  white-space: nowrap;
}
table#post td#comment, table#post td#comment a{
  font: 10pt Arial, sens-sarif;
  background-color:#D8DADC;
  color: #818084;
  white-space:nowrap;
}
table#post td#message, table#post td#message a{
  background-color:#ffffEE;
}
div#topics td#name{
  text-align:left;
  width:50%;
}
div#topics td#head{
  text-align:center;
  width:auto;
  padding: 5px 5px;
}
div#topics td#count, div#topics td#author, div#topics td#msg, div#topics td#msg p{
  text-align:center;
  width:15%;
  font: 8pt Arial, sans-serif;
  background-color:#ffffEE;
}
div#topics td#author{
}
div#topics td#msg{
width:20%;
}
div#topics td#msg p{
white-space: nowrap;
}
div#letters, div#letters h3{
  text-align:center;
}
div#letters a{
  font: 8pt Arial, sans-serif;
  text-decoration:none;
  color:black;
}
div#letters a:hover{
  text-decoration:underline;
}
p#group{
  margin:5px;
}
p#group a{
  color:#000;
  text-decoration:none;
}
p#group a:hover{
  text-decoration:underline;
}
#form .edit {
	width: 145px;
}
.letters {
	width:                           auto;
	padding:                  0px 5px 2px;
}
.letters a {
	font-family:                    Arial;
	font-size:                       100%;
	color:                        #000000;
	font-weight:                   normal;
	text-decoration:                 none;
	margin:                         0 1px;
}
.letters a:hover {
	text-decoration:            underline;
}
#form2 {
	margin:                         5px 0;
}