#application {
}

#application table {
  border-spacing: 0;
  padding: 2;
}

#application table.flushleft {
  border-spacing: 0;
  padding-left: 0;
}

#application table.indent {
  margin-left: 10px;
}

#comments {
  margin-left: 2px;
  margin-bottom: 2px;
}

#contact {
  border-spacing: 0;
  padding-left: 0;
  width: 100%;
}

#policy {
  margin-bottom: 6px;
}

#policy center {
  font-size: 12pt;
  font-weight: bold;
}

#application .animal {
  float: left;
  font-size: 8pt;
  white-space: nowrap;
  text-align: center;
  margin: 4pt;
}

#application .animal img {
  height: 100px;
  border: 1px solid black;
  margin: 4px;
}

#bar {
  display: none;
}

.hiddenindent {
  display: none;
  margin-left: 10px;
}

#map {
  display: inline;
}

#buttons {

}

#buttons table {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------- Copied from original -------------------- */

.headline  {
  font-weight:bold;
  font-size: 20pt;
}

.section {
  font-weight:bold;
  background-color: #BBBBBB;
  padding: 1pt;
  padding-left: 4px;
  margin: 0;
}

.required {
  font-weight:bold;
  font-size: 10pt;
  white-space:nowrap;
}

.optional {
  font-weight: normal;
  font-size: 10pt;
  white-space:nowrap;
}

.textfield {
 border: 1px solid #AAAAAA;
}

.textboxquestion {
  margin-left: 2px;
}
