﻿html, body{
	background: url(bg.gif) repeat-x;
	overflow: hidden;
}
.hidden{
	display: none;
}
.blur{
	color: blue;
}
.green{
	color: green;
}
.margin{
	margin: 10px auto auto 10px;
}
#chatlogWin{
	width: auto;
	line-height: 20px;
	overflow: scroll;
	overflow-x: hidden;
}
#chatlogWin div{
	margin-left: 3px;
}
#inputWin{
	width: auto; height: 74px;
}
#inputWin textarea{
	border: 0; height: 70px;
}
#sendBtn, #cancelBtn{
	width: 65px; float: left;
}