/* search.css */

table.searchTable {
	border-collapse: collapse;
	margin-left: 2em;
	text-align: center;
}

table.searchTable td {
	text-align: center; 
	padding: 1.5em 1.5em;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	}
* html table.searchTable td {	/* iesux */
	border-right: 2px dotted gray;
	border-left: 2px dotted gray;
	}

table.searchTable td h4 {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	}
	
table.searchTable td input {
	margin-top: 0.5em;
	padding: 1px;
	}
	
div#searchHintsDiv {
	text-align: left;
	margin-top: 2em;
	color: #333;
	}