header {
  background: #FFF;
  height: 90px;
  box-shadow: 2px 2px 2px #AAA;
}
header a {
  display: block;
  height: 100%;
  background: url(/img/logo.png) no-repeat left center;
  background-size: auto;
  text-indent: -500px;
  text-overflow: hidden;
}
header div.container {
  height: 100%;
}

div#top {
  height: 250px;
  padding: 100px 0;
  background: url("/img/auratsutop.jpg") no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
}
div#top h1 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
div#top h2 {
  color: #FFF;
  text-align: center;
  font: normal 24px/36px "Open Sans", arial;
  text-transform: uppercase;
}

footer {
  text-align: center;
  border-top: 1px solid #EEE;
}

.well {
  border-radius: 0;
  background: #EEE;
}
.well h3.downloaded {
  color: #007700;
  padding: 10px;
  display: block;
  background: #FFF;
}
.well h3.downloaded a {
  color: #007700;
  font: normal 14px/18px "Open Sans", arial;
  text-decoration: none;
}
.well h3.downloaded a:hover {
  text-decoration: underline;
}

.form_element {
  padding: 5px 0;
}
.form_element label {
  width: 100%;
  position: relative;
}
.form_element label span {
  display: block;
}
.form_element input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 5px;
}
.form_element input .input-error {
  background: #ffeeee;
  color: #AC0000;
  border: 1px solid #AC000;
}
.form_element input[type=checkbox] {
  width: auto;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.form_element input[type=submit] {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.form_element input.input-error {
  background: #ffeeee;
  color: #AC0000;
  border: 1px solid #AC000;
}
.form_element select {
  width: 100%;
  padding: 5px;
}
.form_element select option {
  padding: 5px;
  margin: 10px;
}
.form_element select.input-error {
  background: #ffeeee;
  color: #AC0000;
  border: 1px solid #AC000;
}
.form_element textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
}
.form_element ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.form_element ul li {
  background: none;
  border: none;
  color: #AC0000;
}
.form_element .type_captcha {
  text-align: center;
}
.form_element .type_captcha img {
  margin: 5px;
}
.form_element .type_checkbox label {
  padding-left: 20px;
  font-weight: normal;
}
.form_element .type_checkbox ul {
  margin-left: 20px;
}

/*# sourceMappingURL=style.css.map */
