/*styles for some tables used in forms.*/

table {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 0 20px 0;
	width: 90%;
	background-color:#fff;
	
}	

td {
	padding: 10px 5px 5px 10px;
	/*border-bottom: 1px solid #EDEDED;*/
}

#searchresults th, #searchresults td {
	padding: 8px;
	/*border-bottom: 1px solid #EDEDED;*/
}










