@CHARSET "UTF-8";
.simple-editor .simple-editor-content {
	background-color: white;
	border: 2px solid #D6DFFA;
	cursor: text;
	font-size: 13px;
	height: 50px;
	overflow: auto;
	margin-bottom: 5px;
	padding: 5px 3px 5px 10px;
	text-align: left;
	word-break: break-all;
}
.simple-editor .simple-editor-content img {
	width: 24px;
	height: 24px;
}
.simple-editor .simple-editor-footer .simple-editor-footer-left {
	float: left;
}
.simple-editor .simple-editor-footer .simple-editor-footer-left label {
	vertical-align: bottom;
}
.simple-editor .simple-editor-footer a {
	display: inline-block;
	height: 23px;
	margin-right: 6px;
}
.simple-editor .simple-editor-footer a img {
	width: 20px;
	height: 20px;
	margin-right: 2px;
	margin-bottom: -5px;
}
.simple-editor .simple-editor-footer input {
	font-size: 12px;
	vertical-align: top;
}
