#ChatMessagesContainer
{
	position: absolute;
	width: 100%;
	left: 0em;
}


#ChatMessages
{
	margin: 1em;
	margin-right: 15em;
	border: 1px solid gray;
	padding: 0.5em;
	height: 20em;
	overflow: auto;
}


#ChatVisitorsContainer
{
	position: absolute;
	right: 0em;
	width: 15em;
}


#ChatVisitors
{
	border: 1px solid gray;
	margin: 1em;
	padding: 0.5em;
	height: 20em;
}


#ChatInputContainer
{
	position: absolute;
	left: 0em;
	top: 24em;
}


#ChatInput
{
	margin: 1em;
}

#ChatRecipient
{
	background-color: #cccccc;
	width: 8em;
}

#ChatInputLine
{
	width: 24em;
}


#ChatSendButton
{
}

#ChatColor
{
	width: 5em;
	border:1px solid gray;
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
}

DIV.ChatVisitor SPAN
{
}


DIV.ChatVisitor SPAN.Name
{


}


DIV.ChatVisitor SPAN.Current
{

}


DIV.ChatMessage SPAN.Time
{
	color: blue;
}


DIV.ChatMessage SPAN.Author
{
	margin-left: 0.5em;
	cursor: pointer;
}


DIV.ChatMessage SPAN.Text
{
	margin-left: 0.5em;
}

