.siteeditor-editfield {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../images/pencil.png);
	cursor: pointer;
	display: none;
	z-index: 10000;
}

.siteeditor-save {
	background-image: url(../images/disk.png); 
}

.siteeditor-selector {
	position: absolute;
	width: 100px;
	height: 100px;
	outline: 1px dotted #A8E01B;
	z-index: 9999;
	pointer-events: none;
	display: none;
}

.siteeditor-textarea {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
	border: 0;
	font-family: Verdana;
}