.emoticons {
	
}

.emoticons .publisher {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.emoticons .publisher textarea {
	resize: none;
}

.emoticons .publisher .trigger {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.emoticons .publisher .trigger-active {
	color: #eb7350;
}

.emoticons .result {
	padding: 10px 15px;
	border: 1px dotted #dbdbdb;
	margin-top: 10px;
	height: 150px;
	line-height: 24px;
}

.emoticons .result img {
	vertical-align: middle;
}

.widget-layer {
	position: relative;
	width: 410px;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	z-index: 99;
}

.widget-layer:before {
	position: absolute;
	top: -16px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #dbdbdb;
}

.widget-layer:after {
	position: absolute;
	top: -15px;
	left: 2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #f0f0f0;
}

.widget-layer .widget-tool {
	height: 28px;
	background: #f0f0f0;
}

.widget-layer .widget-close {
	float: right;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-family: Arial;
}

.widget-layer ul {
	width: 372px;
	margin: 0 auto;
	padding: 15px 5px 20px;
	overflow: hidden;
}

.widget-layer li {
	position: relative;
	z-index: 8;
	float: left;
	padding: 4px;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}

.widget-layer li:hover {
	z-index: 9;
	border-color: #eb7350;
}