#ed_toolbar
{
	margin-top: 3px;
}

#ed_toolbar .ed_button
{
	padding: 1px 3px;
	margin: 1px 1px 1px 0;
	background-color: #ffffff;
	background: url("../../theme_001/gfx/bg_button.gif");
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #808080 #ccc #808080;
	color: #333333;
	cursor: pointer;
	font-size:11px;
	font-family: Verdana, Arial, sans-serif;
}

#ed_toolbar .ed_button:hover
{
	background-image:none;
	background-color: #f3f3f3;
}

#ed_toolbar #ed_strong
{
	font-weight: bold;
}

#ed_em {
	font-weight: 400;
	font-style:italic;
}
