#emo {
	position: absolute;
	bottom: 0;
    width: 97%;
	padding: 8px;
	padding-bottom: 20px;
	padding-right: 0;
	text-align: left;
    background-color: #fff;
    display: none;
}
#emo img {
	margin-right: 8px;
	margin-bottom: 5px;
	width: 24px;
	height: 24px;
}

#emo img:hover {
    border-color: #666666;
    cursor: pointer;
}