@charset "utf-8";
/* Chat chit */
.nhChatBox{
	position:absolute;
	z-index:100;
}

.nhChatBox .avatar{
	border:1px solid #9bb3c4;
	padding:2px;
}

.nhChatBox .name{
	font-size:15px;
	color:#336699;
}

.nhChatBox .friend{
	color:#FF0000;
}

.nhChatBox .newMessageAlert{
	background-color:#FFF25E;
}

