/* Editor */

BUTTONN {
    float:left;
	width : 20px;
	height : 20px;
	cursor : hand;
	border : 0px none;
	}
.tttlacitko {
	width : 20px;
	height : 20px;
	cursor : hand;
	border : 0px none;
	}

DIV#editor  {
	width: 700px; 
	height: auto; 
	overflow: auto; 
	border: 1px solid #C4C4C4;	
	background : White;  
	color : #545454;
	font-size : 10pt;
	font-family : Tahoma,Arial;
	}

.htmlEdit  {
	width: 700px; 
	height: 300px; 
	font-size : 10pt;
	font-family : Tahoma,Arial;
	overflow: auto;
 	background-color : #FEFCEF;
	border : 1px solid #FFB646;
	color : #E68A00;
	}
	
.iconbar {
	border : 1px solid #AEAEAE;
	background : #F6F6F6;
	font-weight : bold;
	padding : 1px 1px 1px 1px;
	}
