

		<style>		
		
		/* override the position location of the processing display */
		div.dataTables_wrapper div.dataTables_processing {
			position: fixed;
			top: 25%;
			left: 50%;
		}

	
		div.dataTables_wrapper div.dataTables_filter input {
		  border-radius: 2px;
		  width: 300px;
		  padding: 5px;
		  border:1px solid #cccccc;
		}


		div.dataTables_wrapper div.dataTables_filter input:focus {
			outline: none;
			border: 1px dotted black;
		}
	
	
		div.dataTables_wrapper div.dataTables_length select {
			border-radius: 2px;
			width: 60px;
			padding: 7px;
			border:1px solid #cccccc;
		}
				
		</style>