table.shoutbox {
	width:				100%;
	max-width:			100%;
}

table.shoutbox td.user {
	padding:			2px;
	border-left:			1px solid #505050;
	border-right:			1px solid #505050;
	border-top:			1px solid #505050;
	border-bottom:			1px solid #5f5f5f;
	background:			#505050;
	font-weight:			bold;


}

table.shoutbox td.message {
	background:			#646464;
	border-left:			1px solid #505050;
	border-right:			1px solid #505050;
	border-bottom:			1px solid #505050;
	padding:			4px;
	text-align:			justify;
	font-size:			11px;

}