/* For the search block */
/*#search-block-form label {
		display: none;
}*/

/* For the search results page */
/*#search-form label {
		display: none;
}*/

.search-form {
	margin-bottom: 0;
	/*background-color: lime;*/
}

.search-form input {
	margin-top: 0;
	margin-bottom: 0;
}

dl.search-results {
	/*background-color: fuchsia;*/
}

.search-results p {
	margin-top: 0;
}
.search-results dt {
	font-size: 1.0;
	/*background-color: orange;*/
}

.search-results dt.title {
	/*background-color: pink;*/
	border-bottom: 1px dotted #333333;
	border-left: 1px dotted #333333;
	margin: 0;
	padding: 5px;
}
.search-results dd {
	/*background-color: red;*/
	margin: 0 0 20px;
	padding: 5px 0 0;
	border-left: 1px dotted #333333;
}
/*.search-results .search-info {
	font-size: 0.85em;
}*/
.search-advanced .criterion {
	float: left;
	margin-right: 2em;
}
.search-advanced .action {
	float: left;
	clear: left;
}