#chatUsers {
	width: 99%;
	height: 100px;
	background-color: #B0B0B0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #F4F4E1;
	border-right: 1px solid #F4F4E1;
	overflow: auto;
}
#chatUsers ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#chatUsers li a {
	display: block;
	color: #222;
	background-color: #C0C0C0;
	padding: 2px 2px 2px 3px;
	border-bottom: 1px solid #555;
	cursor: default;
	font-size: 11px;
	text-decoration: none;
}
#chatUsers li .my {
	display: block;
	color: #222;
	background-color: #C5C5C5;
	padding: 2px 2px 2px 3px;
	border-bottom: 1px solid #555;
	cursor: pointer;
}
#chatUsers li a:hover {
	background-color: #999;
}
#chatCounter, span {
	width: 99%;
	height: 18px;
	font-size: 11px;
	padding: 2px 0px 0px 0px;
	color: #555;
}
#chatArea {
	width: 99%;
	height: 252px;
	background-color: #E9E9E9;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #F4F4E1;
	border-right: 1px solid #F4F4E1;
	overflow: auto;
	cursor: default;
}
#chatArea div {
	width: auto;
	height: auto;
	padding: 2px 3px 2px 2px;
	background-color: #F9F9F9;
	margin-bottom: 2px;
}
#chatArea div span {
	font-weight: bold;
	color: #555;
}
.chatText {
	width: 99%;
	height: auto;
}
.chatText input {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	width: 99%;
	height: 14px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	background-color: #FFFFFF;
}
