form{
	margin: 15px 0px 15px;
}

table.entry{
	cellspacing: 3px;
	font-size: small;
	line-height: 150%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.entry td{
	padding: 3px;
}

table.layout{
	margin: 10px 0px;
}

table.search-result{
	font-size: small;
	line-height: 1.5em;
	border-collapse: collapse;
	border: 1px solid #777;
	margin: 0.5em 0;
}

table.search-result tr.odd{
	background: #FFF9F9;
}

table.search-result tr.even{
	background: #F9FFF9;
}


table.search-result td{
	border: 1px solid #777;
	padding: 0.25em 0.5em;
	font-size: small;
	line-height: 1.5em;
	vertical-align: top;
}

table.search-result td.book-title{
	min-width: 14em;
}

table.search-result div.title{
	font-size: medium;
	line-height: 1.5em;
}

table.search-result div.subtitle{
}

table.search-result div.series{
	color: #444;
}

table.search-result div.note{
	color: #930;
}

table.search-result div.isbn{
	color: #336;
}

span.keyword{
	padding: 0.1em 0.2em;
	margin: 0 0.2em;
	border: 1px solid #888;
	background: #EEE;
	color: #242;
}
