/*  POST  */
div#guestbook  {
padding-left: 50px;  
}
div#post_list {
margin-top: 15px;
margin-bottom: 15px;
width: 500px;
}
div#post_list div.post {
  border-left: 2px solid #cc4100;
  border-bottom: 1px solid #cc4100;
  padding: 5px;
  margin: 5px;  
}

div#post_list div.post div.post_title{
  font-weight: bold;
  font-size: 14px;
  color: white;
}

div#post_list div.post div.post_info{
  font-size: 12px;
  font-style: italic; 
  color: #da4800;
}

div#post_list div.post div.post_body{
  padding-top: 10px;  
}

div#post_edit div.post_author{
font-size: 12px;
color: #fd5401;
font-weight: normal;
}

div#post_edit div.post_title{
font-size: 12px;
color: #fd5401;
font-weight: normal;
}

div#post_edit div.post_body{
font-size: 12px;
color: #fd5401;
font-weight: normal;
}
/* END POST */