body {
	font:10px Verdana,sans-serif;
	margin:0px;
	padding:0px;
}

div.box {
	z-index:0;
	width:20em;
	padding:0.5em;
	border:0.2em solid black;
	background: #f0f19b;
	color:#333;
	cursor:move;
	}
		
#editor {
	z-index:10000;
	position:absolute;
	width:20em;
	padding:0.5em 0.5em 0.5em 0.5em;
	border:0.2em solid black;
	background:#9bccf1;
	color:#333;
}

form {
	display:block;
	margin:0.0em 1.0em 0.0em 0.0em;
	padding:0.0em;
}

input {
	width:100%;
}

.meh {
	display:block;
	width:100%;
	padding:0.3em;
	margin:0.0em 0.0em 0.5em 0.0em;
	font: normal 8pt 'Tahoma','Verdana', Serif;
	background-color:white;
	border:0.2em solid black;
	color:#000000;
}
		
.start {
	margin: 1.0em 0.0em 1.0em 1.0em;
	display:inline;
	float:left;
	padding:0.5em;
	border:0.2em solid black;
	background:#f0f19b;
	color:#333;
	cursor:pointer;
}
		
.noteTitle {
	margin: 0.25em 0.5em 0.0em 0.5em;
	padding:0em 0em 0.5em 0em;
	cursor:default;
	font-weight:bold;
}
		
.noteText {
	width:auto;
	border: solid black;
	border-width: 0.1em 0em 0.1em 0em;
	padding:0.25em 0em 0.25em 0em;
	margin:0em 0em 0.25em 0em;
	cursor:default;
}
		
.editButton {
	display:inline;
	float:right;
	text-decoration:underline;
	cursor:pointer;
}
		
.deleteButton {
	display:inline;
	float:left;
	text-decoration:underline;
	cursor:pointer;
}