#contents table {
    border-top: 1px solid rgb(153, 153, 153);
    border-left: 1px solid rgb(153, 153, 153);
}
#contents table {
    margin-bottom: 1em;
}
table {
    font-size: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
}

#contents table th {
    padding: 6px;
    border-right: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    font-weight: bold;
    background-color: rgb(221, 221, 221);
}
caption, th {
    text-align: left;
}

#contents table td {
    padding: 6px;
    border-right: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    vertical-align: top;
}
#contents .section .section {
    margin-bottom: 2em;
}
#nav .section, #contents .section {
    margin-bottom: 3em;
}

#contents form .middle {
    width: 200px;
}
select, input, button, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}
input, textarea, select {
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
form.inline {
	display: inline;
}