
 #chat-window {
 	background:transparent url(./imgs/wnd.png) no-repeat scroll left top;
	height:370px;
	width:524px;
	border:none;
	left:10px;
	position:absolute;
	top:100px;
	z-index:99;
	display: none;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	line-height:14px;
	text-align:left;
	text-indent:0px;
 }
 #window-header {
 	background:transparent none repeat scroll 0%;
	height:66px;
	color:#FFFFFF;
	cursor:move;
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:27px;
	padding-left:5px;
 }
 #window-close {
 	background:transparent url(./imgs/close.gif) no-repeat scroll right top;
 	cursor: pointer;
	float:right;
	margin-right: 26px;
	height:23px;
	width:22px;
 }
 #chat-log {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
	height:215px;
	margin:3px 0px 7px 7px;
	width:483px;
	overflow:auto;
 }
 #chat-typing {
	margin-left:7px;
	margin-top:3px;
	color:#000000;
	font-family: Arial;
 }
 #submitbtn {
	height:40px;
	margin:4px 34px 0pt 0pt;
	width:101px;
	float: right;
 }
 #usermsg {
	background:#FFFFFF none repeat scroll 0%;
	border:1px inset #7F7F7F;
	height:34px;
	margin-top:8px;
	margin-left:7px;
	width:375px;
	overflow:auto;
 }
 #chat-log p {
	font-family:Arial,Tahoma;
	font-size:12px;
	line-height:18px;
	margin:5px;
	padding-bottom:13px;
 }
 .server {
	color:#000000;
	font-weight:bold;
	padding-right:6px;
 }
 .client {
	color:#0089E9;
	font-weight:bold;
	padding-right:6px;
 }
 .clientText {color:#0089E9;}
