/* ########### ----- chat styles ---- ########### */

#chatpane 
{
	height:300px;
	/*width:80%*/
	width:75%;
	float:left;
	
	color:Black;
	overflow:auto;
	border:solid 3px #eef;
	background:white;
	padding:4px;
	margin-bottom:4px;
	margin-right:10px;
}

#chatbuffer
{
 	width:90%;
}

#userpane
{
	height:300px;
	width:18%;
	/*float:left;*/
	/*left: 200px;*/
	
	color:Black;
	
	overflow:auto;
	float: right;
	
	border:solid 3px #eef;
	background:white;
	padding:5px;
	margin-bottom:4px;
}

#userlist
{
	width:90%;
}

#chatpane ul,
#userpane ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#chatpane ul li,
#userpane ul li 
{
	font-size:8pt;
}

#stats,
#charcount 
{
	font-size:8pt;
	padding:3px;
	border:solid 2px white;
	background:#eef;
	margin:1px;
	display:inline;
}

#inputpane {
	width:100%;
	/*float:left;*/
	/*left: 200px;*/
	
	color:Black;
	clear: right;
	
	overflow:auto;
	
	border:solid 3px #eef;
	background:white;
	padding:5px;
	margin-bottom:4px;
}