form table { 
	font-size:80%;	
}

form td, th {
	width:12.5%;

}
th, select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	font-weight:normal;
	text-align:left;
	vertical-align: bottom;

}

select, textarea, input {
	width:100%;	
	border:1px silver solid;
	height:1.5em;
}

