

/* FORUMS */

.post_row {
  display:block;
  postition:relative;
  margin: 0 0 0 25px;
  overflow: auto;
  width: 700px;
  }

.post_guybox {
  text-align: left;
  float: left;
  margin: 15px;
  margin-right: 0;
  width:100px;
}

.post_body  {
  display:block;
  padding: 10px;
  margin: 15px;
  margin-left: 125px;
  background-color: #c1c1c1;
  color: #261605;
  border: #00a6dd 1px solid;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color : black;
}

.post_body .date {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  line-height: 10px;
  color : black;
}

.post_body a {
  font-size: 9px;
  line-height: 10px;
  font-weight: normal;
}
