<!--
BUTTON, BUTTON.format
{
	font-family:Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size:11px;
}
BUTTON.format
{
	width:22px;
	text-align:center;
}

DIV.shoutbox_body
{
	width:160px;
	height:200px;
	overflow:auto;
	background-color:whitesmoke;
	border:1px solid #FEFEFE;
}

DIV.shoutbox_smileys
{
	width:160px;
	height:90px;
	position:absolute;
	background-color:whitesmoke;
	border:1px outset black;
}

DIV.shoutbox_status
{
	font-family:Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	background-color: ivory;
	color:black;
	position:absolute;
	width:110px;
	height:36px;
	border:1px solid black;
	padding:4px;
	text-align:center;
	display:none
}

DIV.shoutbox_title
{
	font-family:Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	width:160px; height:20px;
	color:#FFFFE1;
	background-color:#331100;
	text-align:center;
	vertical-align:middle;
	margin-bottom:3px;
}

LABEL.shoutbox_label
{
	font-size:11px;
	font-weight:bold;
	color:#FFFFE1;
}

SPAN.shout_nick
{
	text-decoration:underline;
}

TABLE.shoutbox
{
	font-family:Tahoma, Verdana, Helvetica, Sans-Serif;
	background-color:#331100;
}
TD.shoutitem
{
	border:1px solid silver;
	background-color:#FEFEFE;
	font-size:11px;
}
-->
