table.firstTable 
	{
		border-left:1px solid black; 
		border-top:1px solid #black; 
		padding:0px; margin:0px;
		background-color:#e5e5e5; 
	}

table.firstTable td, table.firstTable th 
	{
		border-collapse:collapse; 
		margin:0px; 
		padding:4px; 
		border-right:1px solid #black; 
		border-bottom:1px solid #black;
		line-height:120% ;
	}

table.firstTable input {font-size:11px; padding:2px; font-weight:bold;}
table.firstTable select, table.firstTable option {font-size:11px; padding:2px; font-weight:bold;}
table.firstTable textarea {width:100%}

table.secondTable td { padding:4px; border:0px !important; }

table.thirdTable td { padding:4px; border:0px !important; }

