@charset "UTF-8";

#emojiPalet {
	width: 357px;
	top: 0px;
	border: solid 1px #666666;
	visibility: hidden;
	position: absolute;
}
#emojiPalet span {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background-color: #ffffff;
	border-right: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	cursor: pointer;
}
#emojiPalet span:hover {
	background-color: #99ff99;
}
#emojiPalet:after {
	content:  ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#cmdEmojiPalet {
	cursor: pointer;
}
