#aa_wrap {
	position: relative;
	width: 50em;
	max-width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

li {
	list-style: none;
}
#links {
	margin-left: 0;
	padding-left: 0;
	border: solid 1px #000;	
}
#links li {
	position: relative;
	border-top: dotted 1px #000;
	padding-right: 8em;
	text-indent: -2em;
	padding-left: 10em;
}
#links li:first-child {
	border-top: none;
}

fgh#links li:hover {
	background: #eef;
}

fgh.description {
	display: none;
}
fghli:hover .description {
	display: inline;
}

li h2 {
	font-size: 1em;
	display: inline;
}

a {
	color: #06a;
	text-decoration: none;
}

form {
	border: solid 1px #000;
	width: 30em;
	padding: 1px;
}
form div:first-child {
	border-top: none;
}
form div {
	overflow: auto;
	border-top: dotted 1px #000;
	padding: .1em;
}
label, input {
	float: left;
}
label {
	width: 8em;
	clear: left;
	text-align: right;
	padding-right: 1em;
}
input {
	border: solid 1px #999;
	width: 20em;
}
input[type=submit] {
	width: 10em;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
}
.date {
	position: absolute;
	left: .2em;
	top: 0;
	text-indent: 0;
}
.edit {
	position: absolute;
	right: .2em;
	top: 0;
}

.description {
	display: block;
}
