.editorToolbar{
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:30px;
	height:20px;
	margin-left:0;
	cursor:pointer;
}
.editorToolbarHover{
	border:1px solid #993333;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:30px;
	height:20px;
	margin-left:0;
	cursor:pointer;
}

