.content { 
	font-family: Arial;
	font-size: 12px;
	color: #111111;
	margin-left: 5px;
	margin-right: 5px;
}

.carname { 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	margin-left: 5px;
	margin-right: 5px;
}

table.reservations_table {
	width: 100%;
	text-align: left;
}

table.reservations_table th {
	font-family: Arial;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	text-align : left;
}

table.reservations_table td {
	font-family: Arial;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	text-align : left;
}

.inputbox {
  font-family      : Arial;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #000000;
}

.dropdownbox {
  font-family      : Arial;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  margin-left	   : 4px;
  border           : 1px solid #000000;
}
