@charset "utf-8";
/* CSS Document */

div.shoutbox
{
	border: 1px solid #820101;
	width: 187px;
	height:300px;
	overflow-y:scroll;
	overflow-x:visible;
}

div.dshoutbox
{
	width:187px;
}

hr.shoutbox
{
	width: 187px;
	height:1px;
	color:red;
	margin: 5px 0px 5px 0px;
	padding:0px;
	border: 1px solid #820101;
	border-bottom:none;
	border-left:none;
	border-right:none;
}


textarea.shoutbox
{
	width:177px;
	height:100px;
	margin:0;
	background:url(../images/50p_transparent_white.png) transparent repeat;
	padding:5px;
}

div.shoutbox table
{
	width:100%;
	max-width:100%;
}

div.shoutbox td
{
	border-bottom: 1px solid #820101;
}

div.shoutbox div.sh_style1
{
	width:100%;
	height:18px;
	font-weight:bold;
	font-size:11pt;
	background:url(../images/sh_style1.png) repeat-x;
}

div.shoutbox div.sh_style2
{
	width:100%;
	height:18px;
	font-size:11pt;
	background:url(../images/sh_style2.png);
	background-repeat: repeat;
	border-bottom:1px solid #999999;
}

div.shoutbox div.sh_style3
{
	font-size: 11pt;
	width:180px;
	max-width:170px;
	word-wrap: break-word;
}
