#profile-smiley-wrapper {
	float: left;
	margin-left: 15px;
	cursor: pointer;
	height: 10px;
	display: inline-block;
}

#profile-smiley-wrapper .btn {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	width: 20px;
	height: 20px;
	line-height: inherit;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
	color: #999;
	vertical-align: text-top;
}

#smileybutton {
	position: absolute;
	z-index: 99;
	display: none;
}

.smiley_button > img {
	height: 18px;
	width: 18px;
	margin-right: 18px;
}

table.smiley-preview {
	background-color: #FFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}

table.smiley-preview img.smiley {
	max-height: 25px;
	max-width: 25px;
	cursor: pointer;
}

table.smiley-preview td {
	cursor: pointer;
}