form {
	margin: 0;
	padding: 0;
}

table {
	font: 12px Arial, Verdana, Helvetica;
	color: #333;
}
	table thead td {
		background-color: #333;
		border: 1px solid silver;
		color: #fff;
	}
	
	/* odd and even classes for alternating row backgrounds */
	.odd, .TR_odd td {
		background: #fff;
	}
	.even, .TR_even td {
		background: #eee;
	}
	
input, select, textarea {
	font: 12px Arial, Verdana, Helvetica;
	color: #333;
}
input[type=text] {
	padding-left: 2px;
}

input:focus, select:focus, textarea:focus {
}
input[type=submit]:hover, input[type=button]:hover {
}
