body {
	background-color: #f7fff7;
	font-family: verdana, arial;
	font-size: 11px;
}
p.error{
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
label.user{
	color: #CF0000;
	font-size: 11px;
}
label.message{
	color: #000000;
	font-size: 11px;
}
p.login{
	text-align: center;
	font-weight: bold;
}
div.slowchat{
	/*width: 500;
	height: 300;*/
	overflow-y: auto;
	text-align: left;
}
/* input.message{
	width: 325;
}
input.post{
	width: 50;
} */
