table.search {
	background-color: #888;
	border-collapse: collapse;
	font-size: 14px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-width: 600px;
}

table.search td {
	padding-left: 10px;
}

table.search td select {
	width: 50px;
}

table.search td input[type=text] {
	width: 180px;
}

table.search td input[type=submit] {
	/*background-color: #333;
	color: #fff;*/
	cursor: pointer;
	margin-right: 10px;
	padding: 5px;
	vertical-align: middle;
}

table.search input[type=checkbox] {
	accent-color: #222;
	cursor: pointer;
}

table.results {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	min-width: 600px;
	width: 100%;
}

table.results tr:nth-child(even) {
	background-color: #fff;
}

table.results th {
	background-color: #ccc;
	padding: 4px;
}

table.results td {
	border-right: 1px solid #aaa;
	min-width: 20px;
	padding: 4px;
	text-align: center;
}

table.pages {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

table.pages td {
	min-width: 60px;
	text-align: center;
}

table.pages td input[type=text] {
	width: 30px;
}

table.pages td input[type=submit] {
	cursor: pointer;
}
