﻿.antEditor_Container
{
}

.antEditor_Container iframe
{
	-moz-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 0 6px 1px #666;
	-webkit-box-shadow: 0 0 6px 1px #666;
	box-shadow: 0 0 6px 1px #666;
	
	border:solid #ccc 1px;
}

.antEditor_Toolbar
{
	margin:0 0 10px 8px;
	
	
	background:url(Toolbar.BG.png);
	padding: 0 12px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: 0 0 6px 1px #666;
	-webkit-box-shadow: 0 0 6px 1px #666;
	box-shadow: 0 0 6px 1px #666;
}
.antEditor_ToolbarCompact
{
	height:32px !important;
	display:block;
	float:left;
	clear:both;
	padding: 0 !important;
	background:#666;
}
.antEditor_ToolbarPopup
{
	background:url(Toolbar.Popup.BG.png);
	height:40px;
	position:absolute;
}
.antEditor_ToolButton
{
	width:32px;
	height:32px;
	background:url(Toolbar.32x32.png) no-repeat;
	float:left;
	
	margin:4px 2px;
}
.antEditor_ToolbarCompact .antEditor_ToolButton
{
	margin:0 2px;
}
.antEditor_ToolGroup
{
	width:3px;
	height:40px;
	background:url(Toolbar.Group.png) no-repeat;
	float:left;
	margin: 0 4px;
}