﻿.Chat
{
	padding:10px;
	
}

.WebChatPanel 
{
	border:solid 1px #000;
	background:#fff;
	color:#000;
	font-family:Verdana;
	font-size:0.8em;	
	padding:10px;
}

.WebChatInput
{
	border:solid 1px #000;
}

.WebChatButton
{
		border:solid 1px #000;
		background:#d00;
		font-weight:bold;
		color:#fff;
}
