.yui-editor-container {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 999;
}

.editor-hidden{
	visibility: hidden;
	position: absolute;
}

.editable-button{
	float:right;
	border: 1px 1px 0 1px solid black;
	background-color:blue;
	text-align:center;
	padding-top:2px;
	width:50px;
	height:22px;
	cursor: pointer;
}

.editable-image{
	float:right;
	width:100%;
	border:1px black solid;
	padding:5px;
}

.editable-content{
	float:right;
	width:100%;
	border:1px black solid;
	padding:5px 20px;
}

#editable-save-buttons{
	clear:both;	
}

#yui-picker-panel {
	visibility:hidden;
}