﻿#signInForm, #messageForm {
	margin:0px;
	margin-bottom:3px;
}
#userName {
	width: 190px;
	height: 22px;
	border: 1px #9400D3 solid;
	float:left;
}
#signInButt {
	width: 60px;
	height: 24px;
}	
#signInName{
	font-family:Tahoma;
	font-size:12px;
	color:white;
}
#chatBox {
	font-family:tahoma;
	font-size:12px;
	color:white;
	border: 1px #9400D3 solid;
	height: 225px;
	width: 425px;
	overflow: scroll;
	float:left;
	font-weight:bold;

}
#usersOnLine{
	font-family:tahoma;
	font-size:14;
	color:white;
	border:1px #9400D3 solid;
	font-weight:bold;
	width:190px;
	height:225px;
	overflow:scroll;
	margin-left:1px;
}
#message {
	width: 335px;
	height: 22px;
	border: 1px #9400D3 solid;
	float:left;
	margin-top:1px;
}
#send {
	width: 60px;
	height: 26px;
	float:left;
	margin:1px;
	margin-bottom:0px;
}
#serverRes{
	width:115px;
	height:22px;
	border: 0px #9400D3 solid;
	float:left;
	margin:1px;
}

