﻿body {
  margin: auto auto;
  background-color: #fff;
  font-size: 18px;
  color: #6f873b;
  font-family: Arial;
  font-size: 16px;
}

img {
  border: none;
}

.outer_container {
  margin: auto auto;
  width: 960px;
}

.container {
  margin: auto auto;
  border-top: 1px solid #aed673;
  border-bottom: 1px solid #aed673;
  background: #d4e7b2 url(assets/images/rep.png) repeat-y;
  width: 958px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.logo {
  margin-top: 22px;
  margin-left: 8px;
}

.inner_container {
  padding: 10px;
  width: 770px;
  margin-top: 10px;
}

.title {
  font-size: 18px;
  color: #6f873b;
  margin-bottom: 8px;
  margin-top: 4px;
  font-weight: bold;
}

.text {
  font-size: 17px;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #6f873b;
  
}

.form_back {
  background: url(assets/images/form_back.jpg) no-repeat;
  width: 761px;
  height: 106px;
  margin-top: 15px;
}

.form_inner {
  margin: auto auto;
  width: 700px;
}

.submit {
  margin-bottom: -24px;
}

.textbox {
  margin-top: 20px;
  width: 497px;
  height: 33px;
  border: 1px solid #7aa4bc;
  font-size: 26px;
  color: #7aa4bc;
  text-align: center;
  padding: 15px;
}

.code {
  width: 660px;
  height: 23px;
  padding: 3px;
  border: 1px solid #7aa4bc;
}

.footer {
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  color: #898989;
  font-size: 16px;
}

.navigation {
  float: right;
  position: absolute;
  color: #92b34a;
  font-size: 18px;
  width: 205px;
  margin-left: 754px;
}

ul li {
  display: block;
  list-style: none;
}

.navigation a {
  color: #92b34a;
  text-decoration: none;
}

.bird {
  margin-top: -107px;
  margin-left: 830px;
  position: absolute;
  background: url(assets/images/icon_a.png) no-repeat;
  width: 128px;
  height: 128px;
}

.spinner {
  margin: auto auto;
  position: absolute;
  width: 100%;
  height: 80px;
  display: none;
  padding-top: 15px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  font-size: 19px;
}
