.shoutbox {
	background: url(/images/dummy-shoutbox.gif) no-repeat;
	width:588px; height:188px;
}
.shoutbox > div {
	padding-top:10px;
	padding-left:40px;padding-right:10px;
	line-height:160%;
}

table.tbl-border, table.tbl-border td {
    margin-top:15px;
    padding:4px; font-size:12px;
    border:1px solid #bce9fc;
    border-collapse: collapse;
}

table.tbl-border tr:nth-child(2n+2) {
    background-color:#f5ffff;
}
table.tbl-border tr:nth-child(2n+1) {
    background-color:#f9ffff;
}
