body {
	font-family: Tahoma;
}
tr.tab {
	font-size: 9px;
	background-color: lightgreen;
}
tr.tab2 {
	font-size: 9px;
	background-color: white;
}
input.txt {
	background-color: white;
	border: 1px solid;
	font-size: 9px;
}

textarea.txt {
	background-color: white;
	border: 1px solid;
	font-size: 10px;
}
input.btn {
	background-color: orange;
	border: 1px solid;
	font-size: 10px;
}