/* generic stuff */
body { width: 80%; padding-top: 5px; margin-left: auto; margin-right: auto; }
a img { border: 0; }


/* tabley stuff */
table { width: 100%; }
table th { font-size: 107%; font-weight: bold; text-align: center; }
table td { padding: 2px; }

/* form bits */
form fieldset {
	border: 1px solid black;
}

form fieldset legend {
	font-size: 114%;
	font-weight: bold;
	padding: 2px;
	margin: 5px;
}

form table {
	width: 60%;
}

form table th {
	font-size: 100%;
	width: 20%;
	text-align: right;
	vertical-align: text-top;
}

form table td {
	vertical-align: text-top;
}

form table td {
	text-align: left;
}

form table td ul li {
	margin: 2px 0 2px 3px;
}

/* Classes */
a img.btn {	/* this'll line up the buttons with the input field */
	margin-bottom: -2px;
}

/* IDs */
#dummyNeedleItem { display: none; }
#dummyFeedItem { display: none; }
#logout { position: absolute; top: 5px; right: 5px; }