#debug {
	position:absolute;
	left:-2000px;
	top: 0px;
}
#camera {
	border:1px solid #969696;
	float:left;
}
#player {
	float: right;
	border: 1px solid #969696;
}
#streams {
	float: right;
	display: none;
	height: 490px;
	width: 615px;
}
#grid_display {
	float: left;
	height: 490px;
}
#deco_button {
	padding-top:230px;
}
#tchat {
	margin-top: 10px;
}
#tchat_send_message {
	margin-top: 10px;
}
#tchat_message {
	width: 500px;
	float: left;
}
#tchat_send {
	float: right;
	width: 100px;
}
#tchat_box {
	width:615px;
	height: 187px;
	font-family: arial;
	font-size: 12px;
	background-color: white;
	border: 1px solid #969696;
}
.myName{
	color: blue;
	font-style: italic;
}