@CHARSET "ISO-8859-1";

.html-edit-container
{
	position: relative;
	display: block;
}

.html-edit-editor-div
{
	position: absolute;
	padding: 2% 1%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #eee;
	opacity: 0.9;
	font-size: 12px;
	cursor: text;
	display: none;
	width: 98%;
	border: 0;
	margin: 0;
}

.html-edit-element-container
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.html-edit-button-bar
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: small;
	z-index: 2;
	background-color: white;
}

.html-edit-button-bar a
{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
}

.html-edit-button-bar a:link
{
	padding: 2px;
	cursor: pointer;
}