@CHARSET "ISO-8859-1";

#WebChat {
	margin: 0;
}

#WebChat div#messagelist {
	border: solid 1px; black;
	float: left;
	width: 78%;
	height: 100px;
	overflow: auto;
	margin: 5px;
}

#WebChat div#users {
	border: solid 1px; black;
	width: 230px;
	height: 100px;
	overflow: auto;
	margin: 5px;
}

#WebChat div#users ul#userlist li {
	cursor: crosshair;
}

#WebChat div#users ul#userlist li.selected {
	background-color: red;
}

#WebChat div#message {
	border: solid 1px; black;
	height: 100px;
	margin: 5px;
	padding: 10px;
}