div#shoutbox
{
	width: 100%;
	height: 350px; 
	overflow: auto;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.shoutitem
{
	float: left;
	clear: both;
	padding: 1px 1px 1px 5px;
	margin: 2px 2px 2px 5px;
	background-color: #f5f5f5;
	width: 240px;
}

div.shoutnaam
{
	float: left;
	font-weight: bold;
}

div.shouttext
{
	font-style: italic;
}
div.shoutclear
{
	clear: both;
	height: 5px;
}
div#shoutboxpanel
{
  width: 266px;
  text-align:center;
}

