#emoticons /* Div which contains emoticons, may need to be modified when icons are added/changed/removed. */
{
	width: 125px;
	height: 120px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
	border: 1px solid #556FD3;
	display: none;
}
#Submit /* Submit button when user sends new message. */
{
	width: 45px;
	border: 1px solid #556FD3;
	height: 20px;
	background-image: url(../images/button_bk.gif);
}

.BSubmit /* Submit button when user sends new message. */
{
	border: 1px solid #556FD3;
	height: 22px;
	background-image: url(../images/button_bk.gif);
}
#message /* Text box for users to enter their message into */
{
	border: 1px solid #556FD3;
	width: 246px;
	height: 20px;
	background-image: url(../images/fill_form.gif);
}
#nick /* Text box for users to enter their message into */
{
	border: 1px solid #556FD3;
	width: 246px;
	height: 18px;
	background-image: url('/images/fill_form.gif');
}
#pmessage /* Text box for users to enter their message into for private chat */
{
	height: 23px;
	border: 1px solid #556FD3;
	width: 100%;
}
#userlist /* Style of user list */
{
	width: 170px;
	height: 400px;
	border: 1px solid #556FD3;
}
#ScrollDiv /* Chat window messages are displayed in */
{
	margin-bottom: 4px;
	/*padding-bottom: 4px;*/
	font-family: tahoma, verdana;
	font-size: 12px; 
	width: 320px; 
	height: 120px; 
	overflow: auto; 
	border: 1px solid #556FD3; 
	background-color: #fff;
	color: Black;
	text-align: left;
}
#PrivScrollDiv /* Chat window private messages are displayed in */
{
	padding-bottom: 4px;
	font-family: tahoma, verdana;
	font-size: 12px; 
	width: 330px; 
	height: 226px; 
	overflow: auto; 
	border: 1px solid #000; 
	background-color: #fff;
}
#rpc /* Submit button when user sends new message. */
{
	width: 320px;
	border: 1px solid #556FD3;
	height: 25px;
	background-image: url(../images/button_bk.gif);
	color: Black;
}
.ffield{
	border: 1px solid #263B88;
	height: 22px;
	background-image: url(../images/fill_form.gif);
}
