#chatoutput {
	border: 1px solid #ebebeb;
}
#chatoutput ul {
	list-style: none;
	margin:0px;
	padding: 0;
	width: 500px;
	/*border: 1px solid #ebebeb;*/
}

#chatoutput ul li {
	/*background: #8CB4D7 url(images/liback.png) repeat-x bottom;*/
	/*border: 1px solid #ebebeb;*/
	padding:0px 5px 0px 5px;
	font-size: 11px;
	margin:0px;
	color:#444444;
	margin-bottom:5px;
	font: normal 11px tahoma,arial;
}

#chatoutput ul li span.name {
	display: inline;
	background: url(images/bubble.png) no-repeat left;
	padding-left:19px;
	padding-right:5px;
	font: normal 10px tahoma;
	text-transform: uppercase;
	color: #000000;
}

#chatoutput ul li.bg1 { background-color: #f4f4f4; }
#chatoutput ul li.bg0 { background-color: transparent; }

#chatoutput ul li:hover span.name {
	color: #999999;
	background: url(images/bubblehover.png) no-repeat left;
}

#chatoutput ul li:hover {
	color: #000000;
	background-color: #e8e8e8;
}

#chatoutput {
	text-align: left;
}

.p5px { padding: 10px 0 0 0; color: #000000; }

.shout_txt, .shout_nick {
	padding: 3px;
	float: left;
	width: 361px;
	height: 13px;
	border: #ebebeb solid 1px;
	font: 10px tahoma, arial;
}
.shout_txt {
	margin-left: 5px;
	margin-right: 5px;
}
.shout_nick  {
	width: 80px;
}
.shout_submit {
	width: 50px;
	border: 1px solid #ebebeb;
	font: normal 10px tahoma, arial;
	color: #666666;
	text-align: center;
	height: 21px;
	margin: 0 3px 0 0;
	background-color: #fafafa;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.shout_submit:hover {
	background-color: #ebebeb;
}