/* chatroom div frame */
.chatstyle
{
	left: 20px;
	top: 20px;
	height: 300px;
	width: 550px;
	background-color: #99CCFF;
	scrollbar-3dlight-color: #99CCFF;
	scrollbar-base-color: #99CCFF;
	scrollbar-darkshadow-color: #99CCFF;
}

/* user list div frame */
.namestyle
{
	left: 570px;
	top: 20px;
	height: 300px;
	width: 100px;
	background-color: #3399FF;
	scrollbar-3dlight-color: #99CCFF;
	scrollbar-base-color: #99CCFF;
	scrollbar-darkshadow-color: #99CCFF;
}

/* chat room controls and textboxes */
.formstyle
{
	left: 20px;
	top: 335px;
}
