﻿/**** chat gui ****/
#chatPop {
	width:				400px;
	position:			absolute;
	z-index:			100;
	font-size:			12px;
	top:				0;
	left:				0;
	display:			none;
}

#chatPopHide {
	position:			absolute;
	z-index:			99;
	top:				0;
	left:				0;
	background-color:	black;
	filter:				alpha(opacity=40);
	-moz-opacity:		0.4;
	opacity: 			0.4;
	display:			none;
}
#chatPopAvatar {
	float: 				right;
	padding-left:		10px;
	padding-bottom:		10px;
}