.editor
{
	width: 100%; 
	border: 1px solid gray;
	background: #e0f0f0;
	margin: 10px 0px;
	overflow: auto;
	zoom: 1;
}

.editor .editor_top
{
	width:100%;
}

.editor .editor_top img
{
	width: 24px;
	height: 24px;
	padding: 0px;
}

.editor .editor_top .leftimg
{
	float: left;
	margin: 5px 0px 5px 5px;
}

.editor .editor_top .rightimg
{
	float: right;
	margin: 5px 5px 5px 0px;
}

.editor .editor_wrapper
{
	width: 100%;
}

.editor .editor_wrapper .editor_content
{
	clear: both;
	overflow: auto;
	width: 98%;
	margin: 5px 5px 0px 5px;
	font-size: 13px;
}

.editor .editor_bottom
{
	width; 100%;
	margin: 2px 0px;
}

.editor .editor_bottom img
{
	margin-left: 5px;
	display: block;
}


.subitem
{
	position: absolute;
	border: 1px solid black;
	background: white;
}

.subitem div
{
	margin: 5px 10px;
}

.subitem span
{
	color: blue;
	font-size: 14px;
}

.subitem .text
{
	width: 14em;
	font-size: 12px;
}

.subitem .button
{
	width; 2em;
	background: lightblue;
	border: 1px solid blue;
}

.subitem .out_emoticon
{
	border: 1px solid white;
	margin: 1px 2px;
	width: 40px;
	height: 40px;
}

.subitem .on_emoticon
{
	border: 1px solid black;
	margin: 1px 2px;
	width: 40px;
	height: 40px;
}

.subitem .div_color
{
	clear: both;
}

.subitem .out_color
{
	float: left;
	border: 1px solid white;
	margin: 1px 2px;
	width: 20px;
	height: 20px;
}

.subitem .on_color
{
	float: left;
	border: 1px solid black;
	margin: 1px 2px;
	width: 20px;
	height: 20px;
}

