@charset "utf-8";
#chatwindow{
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	bottom:2px;  
	right:2px;  
	background:#000000;  
	border:1px solid #cecece;
	z-index:100;
	opacity:.92;
	color:#FFFFFF;
	width:250px;  
}
#chatwindow h3{
	background:#FFFFFF;
	color:#0000CC;
	cursor:pointer;
}
#chatwindow #me{
	color:#0000FF;
}
#chatOptions{
	height:150px;  
	width:250px;  
}