.texteditor{
	position: static;
	border-radius: 0;
}
.texteditor-body{
	outline: none;
	position: relative;
}
.texteditor .dialog-toolbar .l-btn,
.texteditor .dialog-toolbar .textbox{
	margin: 0 1px;
}
.texteditor .dialog-toolbar .dialog-tool-separator{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.texteditor-fullscreen{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.texteditor-color{
	box-sizing: border-box;
	width: 150px;
	min-height: 132px;
}
.texteditor-color a{
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	border: 1px solid #fff;
}
.texteditor-color a:hover{
	border: 1px solid #000;
}
.icon-bold{
	background: url('bold.png') center center;
}
.icon-italic{
	background: url('italic.png') center center;
}
.icon-strikethrough{
	background: url('strikethrough.png') center center;
}
.icon-underline{
	background: url('underline.png') center center;
}
.icon-justifyleft{
	background: url('justifyleft.png') center center;
}
.icon-justifycenter{
	background: url('justifycenter.png') center center;
}
.icon-justifyright{
	background: url('justifyright.png') center center;
}
.icon-justifyfull{
	background: url('justifyfull.png') center center;
}
.icon-insertorderedlist{
	background: url('insertorderedlist.png') center center;
}
.icon-insertunorderedlist{
	background: url('insertunorderedlist.png') center center;
}
.icon-outdent{
	background: url('outdent.png') center center;
}
.icon-indent{
	background: url('indent.png') center center;
}
.icon-forecolor{
	background: url('forecolor.png') center center;
}
.icon-backcolor{
	background: url('backcolor.png') center center;
}
