
#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#chatoutput ul li {
	/*background:#8CB4D7 url(/images/chat/liback.png) repeat-x bottom;*/
	background:#EDE4DD;
	padding:8px 12px 5px 5px;
	font-weight: none;
  font-size:13px;
	margin:0px;
	color:#000;
	line-height: 150%;
	margin-bottom:8px;
}

#chatoutput ul li span.name {
	display: block;
	background:url(/images/chat/chat_in.png) no-repeat left;
	padding-left:20px;
	font-weight: normal;
	font-size: 0.8em;
	/*text-transform: uppercase;*/
	color: #3C546E;
}

#chatoutput ul li span.answer {
	display: block;
	background:url(/images/chat/chat_out.png) no-repeat left;
	padding-left:20px;
	font-weight: normal;
	font-size: 0.8em;
	/*text-transform: uppercase;*/
	color: #3C546E;
}




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



#chatoutput {
	text-align: left;
	/*margin-right: 250px;*/
}

#description {
	float: right;
	width: 235px;
	padding-right: 10px;
	padding-left: 5px;
	color: #DDE2F2;
	line-height: 130%;
}

#description ul {
	margin:0px;
	padding:0px;
	padding-left: 1.5em;
}

#description ul li {
	margin-bottom: 0.4em;
}