textarea, .emoji-wysiwyg-editor {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    width:435px; 
	height: 323px; 
	font-family: Verdana, Sans-serif; 
	font-size: 16px; 
	outline: none; 
	overflow:auto; 
	border:3px solid #eda11e; 
	padding-left: 5px; 
	padding-right: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	-moz-resize:none; resize:none;
}
