
#ShoutBox
{
	overflow: hidden;
	width: 359px;
}

#ShoutBox .Top
{
	height: 62px;
}

#ShoutBox .List
{
	padding: 5px 10px;
	background: #fff url(/forum2010/images/ShoutBoxBg.jpg) repeat-y;
}

#ShoutBox .List .Entry
{
	margin: 0px 0px 5px 0px;
}

#ShoutBox .List a
{
	display: block;
	float: left;
	padding: 1px;
	margin: 2px 5px 4px 0px;
	width: 45px;
	
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	
	background: #c5987b;
}

#ShoutBox .Bottom
{
	height: 35px;
}

