.OperatorName {
	color: blue;
}

.OperatorText {
	color: black;	
}

.VisitorName {
	color: blue;
}

.VisitorText {
	color: red;
}

.InfoType {
	color: red;
}

.InfoText {
	color: green;
}

.chatContent {
}

.chatWindowInputDialog{
	position:absolute; 
	top:269px; 
	left:10px; 
	width: 355px;
}
.chatWindow{
}
.offlineContentBody{
	background-color: White;
}
.preChatContentBody{
	background-color: White;
}
.postChatContentBody{
background-color: White;
}
.chatWindowRepImage{
	left:373px;
	top:12px;
   	position : absolute;	
}
.chatWindowSSLImage{
	left:10px;
	top:244px;
   	position : absolute;	
}
.chatWindowSendButton{
	left:373px;
	top:277px;
   	position : absolute;	
}
.chatWindowCloseButton{
	left:373px;
	top:17px;
   	position : absolute;
}

.chatWindowTextDisplay{
	left:14px;
	top:13px;
   	position : absolute;	
}
.chatWindowTextFrame {
	width:350px;
	height:220px;
}

