#content {
	padding:10px;
	font-size:1em;
}

div#listContainer {
	overflow-x:hidden;
	overflow-y:auto;
	width:250px;
	height:300px;
	padding:10px;
}

#listContainer ul {
	list-style:none;
	padding:0;
	margin:0;
}

div#listContainer ul li.listentry {
	display:block;
	float:none;
	clear:both;
}

div.chatText {
	width:390px;
	height:300px;
	overflow:auto;
	font-size:0.8em;
	position:relative;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	margin-bottom:4px;
}

div.chat input {font-size:1em;}
div.chat button {display:inline;font-size:1em;}

.userA { color: #47649a; }
.userB { color: #ff6600; }
.timestamp { font-size: 0.8em; }
.new { color:#000;}
.old { color:#ccc;}
