body { font-family: Tahoma; font-size: 11px; color: #4e4e4e; }

th.tab {
	background-color: orange;
}
input.txt {
	background-color: white;
	border: 1px solid;
}
select {
	background-color: white;
	border: 1px solid;
	max-width: 250px;
}
input.btn {
	background-color: silver;
	border: 1px solid;
}
input.btnhov {
	background-color: silver;
	border: 1px solid;
	border-color: red;
}
div.show {
	display: inline;
}
div.hide {
	display: none;
}
div.info {
	font-size: small;
	font-style: italic;
}