@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
<style type="text/css">
	.TFtable{
		width:100%; 
		border-collapse:collapse; 
	}
.search_div {
	height: 30px;
	width: 100%;
	margin-top: 10px;
	background-image: url(../graphics/bac.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}
	.TFtable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}
</style>#search {
	padding: 0px;
	height: 30px;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.searchfield {
	background-color: #E8FAFF;
}
