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

td,th {
	padding: 5px;
	border-spacing: 0px;
	vertical-align: middle;
	border: none;
}

td.tab {
  background-color: silver;
}

th.tab {
	background-color: silver;
}

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.red {
	background-color: red;
	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;
}
