#editor{
	position:relative;
	clear:both;
}
#editor .frame{
	height:200px;
	width:100%;
	border:1px solid #D2D2D2;
	//border:0px;
}
#editor .source{
	height:100%;
	width:100%;
	white-space:pre;
	display:none;
}
#editor .toolbar{
	width:100%;
	background-color:#F3EFEE;
	margin-bottom:3px;
}
#editor .toolbar .br{
	clear:both
}
#editor .toolbar .separator{
	margin:4px;
	height:18px; /*Фактическая высота 26т=высота кнопки(24т)+маргин кнопки(верх-1т и низ1т) */
	width:0px;
	display:block;
	float:left;
	border-left:1px solid #7F7F7D;
	border-right:1px solid #FFFFFF;
}
#editor .toolbar .button{
	outline:none;
	height:24px;
	width:24px;
	display:block;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:1px;
}
#editor .toolbar .selected{
	background-color:#ddd;
}
#editor .toolbar .bold{
	background-image:url('/img/ico/text-bold.gif')
}
#editor .toolbar .italic{
	background-image:url('/img/ico/text-italic.gif')
}
#editor .toolbar .underline{
	background-image:url('/img/ico/text-underline.gif')
}
#editor .toolbar .strikethrough{
	background-image:url('/img/ico/text-strike.gif')
}
#editor .toolbar .insertunorderedlist{
	background-image:url('/img/ico/list-unorder.gif')
}
#editor .toolbar .insertorderedlist{
	background-image:url('/img/ico/list-order.gif')
}
#editor .toolbar .justifyleft{
	background-image:url('/img/ico/align-left.gif')
}
#editor .toolbar .justifycenter{
	background-image:url('/img/ico/align-center.gif')
}
#editor .toolbar .justifyright{
	background-image:url('/img/ico/align-right.gif')
}
#editor .toolbar .justifyfull{
	background-image:url('/img/ico/align-full.gif')
}
#editor .toolbar .popupcolor{
	background-image:url('/img/ico/set-color.gif')
}
#editor .toolbar .appenduser{
	background-image:url('/img/ico/ins-user.gif')
}
#editor .toolbar .popupsymbol{
	background-image:url('/img/ico/ins-symbol.gif')
}
#editor .toolbar .popupsmile{
	background-image:url('/img/ico/ins-smile.gif')
}
#editor .toolbar .createlink{
	background-image:url('/img/ico/set-link.gif')
}
#editor .toolbar .appendimage{
	background-image:url('/img/ico/ins-image-link.gif')
}
#editor .toolbar .popupimage{
	background-image:url('/img/ico/ins-image.gif')
}
#editor .popup{
	position:absolute;
	background:#F3EFEE;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	z-index:9999;
	padding:5px;
	font-size:0px;
	line-height:0px;
}
#editor .color a{
	display:block;
	float:left;
	height:12px;
	width:12px;
	border:1px solid black
}
#editor .color a:hover{
	border:1px solid white
}
#editor .symbol a{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	width:22px;
	text-align:center;
	color:#666666;
	font-size:12px;
	font-family:verdana;
	text-decoration:none;
}
#editor .symbol a:hover{
	color:#333333;
}
#editor .smile a{
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	width:50px;
}
#editor .color br,
#editor .smile br,
#editor .symbol br{
	clear:both;
	font-size:0px;
	line-height:0px;
}

#wysiwyg_downloader{
	border:0px;
	width:0px;
	height:0px;
}
