body
{
	FONT-FAMILY: verdana, arial, times;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 0;
}
table
{
	border-collapse: collapse;
	padding: none;
}
.chat
{
	width: 500px;
	height: 300px;
	background-color: #404040;
}
.inlong
{
	font-size: 12px;
	color: #000000;
    border:#1513a2 1px solid;
	background-color: #ffffff;
	width:300px;
}
.chattext
{
	width: 430px;
	height: 250px;
	background-color: #b0b0ff;
	font-size: 10px;
	color: #404040;
	overflow: scroll;
}
.white
{
	color: #ffffff;
}
