body {
	margin: 0;
	padding: 0;
	height: 100%;
}

textarea.note {
	position: absolute;

	width: 78%;
	height: 93%;

	right: 0.5%;

	margin-top: 0.5%;

	padding: 0;
	border: 1px solid #aaa;
	background: url( 'backgroundicon.jpg' ) no-repeat;
	
}

textarea.note:focus {
	background: none;
}

div.menu {
	position: absolute;
	left: 0.5%;

	width: 20%;
	height: 87%;

	border: 1px solid #aaa;
	margin-top: 0.5%;
	padding: 0;
}

div.controls {
	position: absolute;
	left: 0.5%;

	top: 89%;

	width: 20%;
	height: 10%;

	text-align: center;

	border: 1px solid #aaa;
	margin-bottom: 0.5%;
	padding: 0;
}

div.status {
	position: absolute;

	right: 0.5%;

	bottom: 0%;

	width: 78%;
	height: 1.2em;

	border: 1px solid #aaa;
	margin-bottom: 0.5%;
	padding: 0;
}

input.button {
	height: 100%;
	width: 100%;
	font-size: 200%;
}

h1 {
	margin: 0;
	text-align: center;
}

ul.notelinks {
	list-style-type: circle;
	position: relative;
	left: -1em;
}

input.delete {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

form.delete {
	width: 20px;
	height: 20px;
	display: inline;
}

a.notelink, a.misclink {
	text-decoration: none;
}

p.misclinks {
	margin-left: 1em;
}

.newnote {
	margin-top: 3px;

	padding: 0;
}

