#aa_wrap {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}


#all {
	max-width: 40em;
	margin: 0 auto;
	position: relative;
}

/*
#add_link {
	position: absolute;
	right: 10px;
	top: 10px;
}
*/
h1, h2 {
	font-family: Georgia, serif;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 2em;
}
h2 {
	font-size: 1.1em;
}

a {
	color: #06c;
}
a:hover {
	color: #c60;
}

ul {
	list-style: none;
	padding-left: 0;
}
li {
	margin-left: 2em;
	text-indent: -1em;
}

.edit {
	color: #999;
}
.edit a {
	text-decoration: none;
	color: #aaf;
}

table {
	width: 100%;
	margin-top: 2em;
	border-collapse: collapse;
	border: solid 1px #000;
	background: #FFF;
}
td {
	border-top: dotted 1px #999;
	padding: .1em .2em;
}
tr:first-child td {
	border-top: solid 1px #000;
}
td input,
td textarea {
	width: 95%;
	padding: .1em;
	margin: .1em 0;
}
td:first-child {
	width: 5em;
	vertical-align: top;
	text-align: right;
	border-right: solid 1px #999;
}
td:last-child {
	text-align: center;
}
input[type=submit] {
	float: right;
}
input[name=delete] {
	margin-right: 1em;
	color: #f00;
}

