.pagination {
	text-align: center;	
}

#results {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
	#results.load {
		height: 400px;
		background: url(../images/ajax-loader.gif) no-repeat center center;
	}
#lookup_results td {
	border: none;
}
	#lookup_results tr.odd {
		background: #eee;
	}
