body {
	font-size: .9em;
	font-family: verdana, tahoma, sans-serif;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

table.single {
	margin: 0 auto;
	border-top: 1px solid #EEE;
	width: 800px;
}
table.single td {
	padding: 4px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
table.single td+td, table.single td+td+td { text-align:center; }

.error {
	color: red;
	font-weight: bold;
	font-size: 1em;
}

.hilight {
	background: yellow;
	font-weight: bold;
}
.prices {
	color: blue;
	font-weight: bold;
}

.odd  {background: #DDD;}
.even  {background: #F0F0F0;}
.goleft { text-align: left !important; }