
/*=========== GuestBook ===========*/
.GuestLeftCol {
float: left;
width: 310px;
}
.GuestRightCol {
float: right;
width: 510px;
margin-left: 20px;
}
.MessageContainer {
background: transparent url(../images/30percent-1000.png);
margin-bottom:10px;
font-size: 13px;
}
.MessageHead {
height: 20px;
padding: 10px;
}
.MessageBody {
padding: 0px 10px 10px 20px;
}
.MessageBody p {
margin: 0;
}
.MessageFooter {
font-size: 11px;
height: 20px;
}
.MessageFooter div {
float: right;
height: 20px;
line-height: 20px;
padding: 0px 10px;
background: transparent url(../images/40percent-200.png);
}
.MessageFooter a, .MessageFooter a:hover, .MessageFooter a:visited, .MessageFooter a:active {
color: #ffffff;
text-decoration: none;
}
.MessageFooter a:hover {
text-decoration: underline;
}
.MessageFooter .LeftCorner {
width: 20px;
padding: 0px;
background: transparent url(../images/guestbook-message-footer-corner.png) left top no-repeat;
}

.MessagesTable {
 width: 100%;
}
/*.MessagesTable table td {
 background-color: #2F5F8F;
 border: solid 1px #fff;
 padding: 2px 4px;
}*/
.MessagesTable table td a {
color: #fff;
}