body {
  text-align: center;
  background-color: #99CF82;
  font: normal normal 15px 'Bimini', arial, sans-serif; }

#body_pane {
  margin: 0 auto;
  border: solid thin #777;
  background-color: #fff; }
  #body_pane h2 {
    color: #8ACF6A; }
    #body_pane h2 a {
      color: #8ACF6A;
      text-decoration: none; }

#route_planner {
  margin: 0 auto;
  width: 400px; }

.left {
  float: left; }

.right {
  float: right; }

.bold {
  font-weight: bold; }

.small {
  font-size: 10px; }

form#new_route label.fieldLabel, form#edit_route label.fieldLabel {
  display: block;
  margin-top: 4px; }
form#new_route select, form#edit_route select {
  margin-bottom: 20px; }
form#new_route #start, form#edit_route #start {
  margin-bottom: 20px; }
form#new_route input, form#new_route select, form#edit_route input, form#edit_route select {
  font: normal normal 15px 'Bimini', arial, sans-serif;
  font-size: 15px; }
form#new_route .container a img, form#edit_route .container a img {
  height: 12px;
  width: 12px; }
form#new_route input[type="submit"], form#edit_route input[type="submit"] {
  margin: 10px 0;
  font: normal normal 15px 'Bimini', arial, sans-serif;
  font-size: 16px; }
form#new_route .fieldWithErrors input, form#edit_route .fieldWithErrors input {
  background-color: #CD616E; }
form#new_route .fieldWithErrors .error, form#edit_route .fieldWithErrors .error {
  font-size: 12px;
  color: red; }

#direction_text {
  width: 45%;
  font-size: 0.9em;
  line-height: 13px; }

#map_div {
  width: 50%;
  margin-right: 10px; }

#footer_pane {
  color: #444; }
  #footer_pane a {
    color: #444;
    text-decoration: none; }
  #footer_pane .separator {
    margin: 0 5px; }

dl#faqs {
  width: 750px;
  text-align: left;
  padding: 5px 30px; }
  dl#faqs dt {
    font-size: 15px;
    font-weight: bold;
    color: #77B55C; }
  dl#faqs dd {
    position: relative;
    padding-right: 10px;
    content: "blah";
    margin-bottom: 10px; }
    dl#faqs dd img {
      position: absolute;
      left: -25px;
      top: 2px; }
    dl#faqs dd p {
      margin-top: 1px; }

span.hint {
  font-size: 10px;
  color: #727272;
  display: block;
  margin-top: 5px; }

span.local_search_label {
  color: #458233;
  display: block;
  margin-top: 5px; }
