body { padding: 0px; margin: 0px; }

* {
 font-family: Arial,Helvetica,sans-serif;
}

a:link { text-decoration: none; }
a:hover { text-decoration: underline; }

.vnaliveForum {
 width: 300px;
 height: 430px;
 position: relative;
}

.vnaliveForumInner {
 position: absolute;
 left: 5px;
 top: 40px;
 overflow: hidden;
 overflow-y: scroll;
 height: auto;
 width: 290px;
 color: #FFF;
 z-index: 22;
}

.vnaliveForumLogo {
 position: absolute;
 left: 5px;
 top: 16px;
 z-index: 99999;
}

.post {
 height: 30px;
 width: 290px;
 margin: 5px auto;
 padding-bottom: 5px;
 border-bottom: 1px dotted #CCC;
 color: #FFF;
}

.title {
 font-size: 13px;
 font-weight: bold;
}

.date {
 font-size: 11px;
}

.stats {
 font-size: 12px;
}