@charset "iso-8859-2";
/* CSS Document */
#TextEditorContainer{
	width:350px;
}
#TextEditorContainer div.menu{
	background:#dfcda5;
}
#TextEditorContainer .text{
	width:350px;
	height:60px;
}
#TextEditorContainer img{	/*icons*/
	height:20px;
	width:20px;
	vertical-align:bottom;
	/*behavior:url(../htc/pngbehavior.htc);*/
	behavior:url(libraries/htc/pngbehavior.htc);
	cursor:pointer;
}
#TextEditorContainer .counter{
	width:50px;
	line-height:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:333333;
}
