#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#chatoutput ul li {
	background:#CCCCFF;	
	padding:1px 1px 1px 1px;
	margin:0px;
	color:#000;
	line-height: 100%;
	margin-bottom:8px;
	font-size: 10px;
}

#chatoutput ul li span.name {
	display: block;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #0000FF;
}

#chatoutput {
	height:100px;
	overflow:auto;
	font-size:9pt;
	color:#fff;
}