/* CSS Document */

#chat
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	/*height: 470px;*/
	
}
#chStatus
{
	color: #FF0000;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 485px;
	padding: 5px;
}
#chMessages
{
	width: 475px;
	height: 300px;
	overflow: auto;
	border: 1px solid #000000;
	margin-top: 15px;
	padding: 10px;
}
#chControls
{
	width: 475px;
	padding: 10px;
	/*border: 1px solid #000000;*/
	margin-top: 10px;
	font-size: 12px;
}
#chButtons
{
	float: right;
	margin-top: 15px;
}
.chMsg
{
	border-bottom: 1px solid #000000;
	padding: 5px;
	
}
#chSmileys
{
	/*float: left;*/
	width: 340px;
	/*height: 150px;*/
	/*border: 1px solid #000000;*/
	margin-top: 10px;
	/*overflow: auto;*/
}

