.EditableContainer {
	position: relative;
}
.Editable_inline {
}
.Editable_block {
}
.Editable_none {
}
.Editable_tl	{ position: absolute;	top: -10px;	left: -10px;	width: 10px;	height: 10px;	background-color: red; }
.Editable_tr	{ position: absolute;	top: -10px;	right: -10px;	width: 10px;	height: 10px;	background-color: green; }
.Editable_bl	{ position: absolute;	bottom: -10px;	left: -10px;	width: 10px;	height: 10px;	background-color: blue; }
.Editable_br	{ position: absolute;	bottom: -10px;	right: -10px;	width: 10px;	height: 10px;	background-color: purple; }

.Editable_t	{ position: absolute;	top: -5px;	left: 0px;	width: 100%;	height: 5px;	background-color: black; }
.Editable_l	{ position: absolute;	top: 0px;	left: -5px;	width: 5px;	height: 100%;	background-color: black; }
.Editable_r	{ position: absolute;	top: 0px;	right: -5px;	width: 5px;	height: 100%;	background-color: black; }
.Editable_b	{ position: absolute;	bottom: -5px;	left: 0px;	width: 100%;	height: 5px;	background-color: black; }

.EditableContainer #Editor #EditorOptions {
	position: absolute;
	top: -20px;
	right: 0px;
}
.EditableContainer #Editor #EditorActions {
	position: absolute;
	bottom: -20px;
	right: 0px;
}
#Editor #EditorOptions li, #Editor #EditorActions li {
	display: inline;
}
