table {
  border: solid 1px #d9dde0;
  width: 100%;
  text-align: center;
}

table#longDistance { text-align: left; }

table th {
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  padding: 3px 5px;
  background: #e8effb;
}

table td {
  vertical-align: middle;
  padding: 5px;
  line-height: 1em;
  background: #d8deea;
}

table tr.odd td { background: #e8effb; }

table td.carModel {
  text-align: left;
  padding: 3px 10px;
}

table td.carModel a { color: #a11110; }
table td.carModel a:hover { color: #cd0001; }

table img { border: solid 1px #a11110; }

td.carModel { width: 80px; }
td.carPhoto { width: 80px; }

table.vehicleRent { margin: 4px 0 7px; }

#vehiclePhoto { width: 430px; padding: 16px 24px; float: left; }

#vehiclePhoto img#fullsize { border: solid 1px #333; }

#vehiclePhoto #thumbnails { padding: 6px 0 12px; }
#vehiclePhoto #thumbnails:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#vehiclePhoto #thumbnails img       { margin: 0 5px; float: left; border: solid 1px #a11110; }
#vehiclePhoto #thumbnails img.first { margin: 0 5px 0 0; }
#vehiclePhoto #thumbnails img.last  { margin: 0 0 0 5px; }



/* ========== forms ========== */

form#contacts { width: 672px; }

#contacts fieldset {
  padding: 12px 12px 0;
  margin: 0;
  border: 0;
  background: #eee;
}

#contacts legend {
  border: solid 1px #555;
  padding: 3px 5px;
  background: #ccc;
  color: #000;
  margin: 3px;
  font-size: 1.3em;
  font-weight: bold;
}

#contacts input, textarea {
  font-size: 1em;
  font-family: "trebuchet ms", arial, sans-serif;
  width: 634px;
  border: solid 1px #555;
  padding: 2px 6px;
  margin: 0;
}

#contacts textarea { height: 100px; }

#contacts span.button {
  text-align: center;
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}

#contacts button {
  font-size: 1em;
  border: solid 1px #555;
  padding: 5px 3px;
  margin: 1px;
}

#contacts label {
  float:left;
  margin: 0;
  padding-top: 3px;
}


