@charset "utf-8";
/* CSS Document */
.shout_area
{
	color:#000;
}

.shoutbox
{
	overflow:auto;
	max-height:300px;
}

#myShoutbox div.content
{
	padding:5px;
}
