.chatwindow{
	width:226px;
	background-color: #FFF;
	position: fixed;
	z-index:6;
	bottom:0px;	
	left:3000px;
	overflow: hidden;
	font-size:13px;
}

* html div.chatwindow {
	overflow: hidden;
	left:1px;
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?
					documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) 
					: document.body.scrollTop+(document.body.clientHeight-this.clientHeight));}

.chatwindow_title{
	border-left: 1px solid #009ad4;
	border-right: 1px solid #009ad4;
	border-top: 1px solid #009ad4;
	background-color: #73a6ff;   
	background-image: url(../images/chatbox_hbg.gif);
	background-repeat: repeat-y;	
	height:23px;  
	font-weight:bold;	
}

.chatwindow_status{
	float:left;
	width:20px;
	height:20px;
}

.chatwindow_name{
	color: #FFF;
	float:left;
	padding: 4px 0px 0px 11px;
	overflow:hidden;
}

.chatwindow_close{
	float:right;
	background-image: url(../images/chatwindow_close.gif);
	background-repeat: no-repeat;
	width:14px;
	height:17px;
	margin: 4px 3px 0px 0px;
	cursor: pointer;
}

.chatwindow_min{
	float:right;
	background-image: url(../images/chatwindow_min.gif);
	background-repeat: no-repeat;
	width:14px;
	height:17px;
	margin: 4px 8px 0px 0px;
	cursor: pointer;
}
 
.chatwindow_popup{
	float:right;
	background-image: url(../images/chatwindow_popup.gif);
	background-repeat: no-repeat;
	width:14px;
	height:17px;
	margin: 4px 8px 0px 0px;
	cursor: pointer;
}

.chatwindow_max{
	float:right;
	background-image: url(../images/chatwindow_max.gif);
	background-repeat: no-repeat;
	width:14px;
	height:17px;
	margin: 5px 8px 0px 0px;
	cursor: pointer;
}   

.chatwindow_invite{
	float:right;
	background-image: url(../images/chat_invite_icon.gif);
	background-repeat: no-repeat;
	width:14px;
	height:17px;
	margin: 4px 8px 0px 0px;
	cursor: pointer;
}

.chatwindow_container{
	border-left: 1px solid #009ad4;
	border-right: 1px solid #009ad4;
	overflow: hidden;
}

.chatwindow_history{
	overflow: hidden;
	overflow-y: auto;
	border-bottom: 1px solid #CCC;
	padding: 10px; 
	margin-left:10px;
}

.chatwindow_typing{
	overflow: hidden;
	padding: 1px 10px 0px 10px;
	height:15px;
	color:#4c4c4c;
	font-size:11px;
}

.chatwindow .textareaInput{
	width:198px;
	border: 1px solid #63c1e5;
	margin: 3px 0px 9px 11px;
	background-color: #fffcec;
	overflow:auto;	   
	height:51px;
	font-size:13px;

}



.chatwindow .chatwindow_buttons{
	padding: 0px 11px 0px 0px;
	overflow: hidden;
}

.chatwindow .chat_system_msg{
	margin:10px 0px 10px 0px; 
	text-align:center;
	color:#cccccc;
}