.emoji-wysiwyg-editor {
border: 1px solid #d0d0d0;
overflow: auto;
padding: 10px;
height: 190px;
}
.emoji-wysiwyg-editor img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 0 0 0;
}
.emoji-menu {
  position: absolute;
  z-index: 99999999;
  width: 722px;
  margin-left: -86px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 20px black;
  margin-top: 6px;
}
.emoji-menu > div {
	max-height: 200px;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.emoji-menu img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border: 0 none;
}
.emoji-menu a {
	margin: -1px 0 0 -1px;
	border: 1px solid #f2f2f2;
	padding: 5px;
	display: block;
	float: left;
}
.emoji-menu a:hover {
	background-color: #fffae7;
}
.emoji-menu:after {
	content: ' ';
	display: block;
	clear: left;
}
.emoji-menu a .label {
	display: none;
}

.emoji-button{
padding:6px 16px;
position:relative; 
top:6px;



	height:27px;
	line-height:28px;
	padding:0px 12px;
	display:inline-block;
	position:relative;
	
	background-color:#eb66ac;
	border:0px solid #d1d1d1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
background: -moz-linear-gradient(top,  #eb66ac 0%, #dd3580 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb66ac), color-stop(100%,#dd3580));
background: -webkit-linear-gradient(top,  #eb66ac 0%,#dd3580 100%);
background: -o-linear-gradient(top,  #eb66ac 0%,#dd3580 100%);
background: -ms-linear-gradient(top,  #eb66ac 0%,#dd3580 100%);
background: linear-gradient(to bottom,  #eb66ac 0%,#dd3580 100%);
	
	-moz-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	
	behavior:url(plugins/PIE.htc);
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
  text-shadow: 0 -1px 0 #ba4681;
	font-weight:bold;

}
.emoji-button:hover{

	border:0px solid #c9c9c9;
	
background: -moz-linear-gradient(top,  #dd3580 0%, #eb66ac 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd3580), color-stop(100%,#eb66ac));
background: -webkit-linear-gradient(top,  #dd3580 0%,#eb66ac 100%);
background: -o-linear-gradient(top,  #dd3580 0%,#eb66ac 100%);
background: -ms-linear-gradient(top,  #dd3580 0%,#eb66ac 100%);
background: linear-gradient(to bottom,  #dd3580 0%,#eb66ac 100%);
	 color: #fff;
	text-decoration:none;
}