﻿.chatWindowContainer
{
	/*position: relative;*/
	/*width: 300px;*/
	height: 300px;
	border: none;
}

.leftUserList
{
	position: absolute;
	left: 0px;
	width: 200px;
	height: 300px;
	border-style: solid;
	border-width: thin;
	overflow: auto;
	background-color:#98BF21;
}

.righChatWindow
{
	position: absolute;
	left: 202px;
	text-align: left; /* depends on element width */
	/*height: 170px;*/
	height:auto;
	bottom:0px;
	/*bottom: -22px;*/
	
	
}


