.user_text{
	clear:both;
	width: 20%;
	height:24px;
	overflow:auto;
	font-size:13px;
	font-weight:normal;
	padding: 4px;
	color:#000 !important;
	background-color:#fff;
	border:1px solid #666;
	border-radius: 0px;
}
[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}