/*================================ editor =================================*/
#editor {
	display: none;
	border-style: solid;
	padding: 5px;
	border-color: #ccc;
	background: #ccc;
	float: left;
	z-index: 200;
	position: absolute;	
}

#editor #title {
	text-transform: uppercase;
	font-family: sans-serif;
	font-size: 12pt;
}

