table.login
{
	background-color: #eeeeee;
	border: 1px solid #999966;
	margin: 0px;
	width: 85%;
	padding: 10px 0 10px 0px;
}

table.login td
{
	padding: 5px;
	margin: 0px;
	vertical-align: top;
}

fieldset
{
	background-color: #eeeeee;
	border: 1px solid #999966;
}

fieldset legend
{
	font-weight: bold;
	font-size: 110%;
}

table.whozoo td {
 padding:5px;
}

table.whozoo td.header {
 padding:7px;
 border-bottom:1px solid #cecece;
 background-color:#eee;
 color:#fff;
}

td.header a {
	color:#fff;
}

table.whozoo tr.row_color1 { background-color: #fff; }
table.whozoo tr.row_color2 { background-color: #fff; }

table.search_input
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #999966;
}

table.search_input td
{
	padding: 5px;
	margin: 0px;
}

table.search_input td.header
{
	background-color: #999966;
	color: #fff;
	font-weight: bold;
}

table.search_input td, table.search_input input, table.search_input select { font-size: 95%; }

table.search_results
{
	width: 100%;
	border: 1px solid #336633;
}

table.search_results td { padding: 4px; }

table.search_results td.header
{
	background-color: #336633;
	color: #fff;
	font-weight: bold;
}

table.search_results tr.row_color1 { background-color: #eee; }
table.search_results td { border-bottom: 1px solid #cecece; }
table.search_results tr.row_color2 { background-color: #eee; }
table.members { width: 100%; }
table.members td { padding: 3px; }

td.label
{
	text-align: right;
	vertical-align: top;
	padding: 5px;
}
