div.listform table.form {
	border-collapse: separate;
}
div.listform tr.header {
	background-color:rgb(49,48,49);
	color:white;
	font-weight:bold;
}
div.listform tr.header a {
	color:white;
}
div.listform tr.formrow {
}
div.listform tr.header th,
div.listform tr.formrow td {
	padding: 3px;
}
div.editform td.label,
div#editbuttons td.label {
	width: 130px;
}
div.editform tr.formrow {
	height: 2.1em;
}
div.editform input,
div.editform div#tags {
	width: 350px;
}
div#pager {
	font-size: 0.8em;
}
div#pager a {
	color: black;
}
div#pager select {
/*	font-size: 0.8em;*/
}
div#listbuttons,
div#editbuttons {
	margin-top: 10px;
}
div#listbuttons td.button,
div#editbuttons td.button {
	padding-right: 10px;
}
