* html #ed_toolbar input, *:first-child+html #ed_toolbar input {
	overflow: visible;
}
div#ed_toolbar input:hover {
	border-color: #444;
	background: #326ea1;
	color: #fff;
	cursor: pointer;
}
div#ed_toolbar input, #ed_toolbar span{
	font: 1em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	border-color: #444;
	margin: 3px 1px 4px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	min-width: 26px;
	width: auto;
	padding: 2px 2px;
	text-align: center;
}
#ed_link {
	text-decoration: underline !important;
	color: #326ea1 !important;
}
#ed_link:hover{
	border-color: #444;
	background: #326ea1;
	color: #fff !important;
	text-decoration: underline !important;
}
#ed_del {
	text-decoration: line-through !important;
}
#ed_em {
	font-style: italic !important;
}
#ed_strong {
	font-weight: bold !important;
}