body {
  font-family: Arial, sans-serif;
  margin: 0px;
}
#ad {
  display: block;
  overflow: hidden;
  width: 968px;
  height: 248px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}
#banner {
  font-family: Arial, sans-serif;
  position: absolute;
  display: block;
  width: 968px;
  height: 248px;
  background-color: #fff;
  overflow: hidden;
  border: #efefef solid 1px;
}
.headline {
  color: #1f2e64;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  line-height: 130%;
}
.example {
  padding-top: 25px;
  font-weight: bold;
  font-size: 20px;
  padding-left: 112px;
  padding-right: 0px;
}
.fine {
  font-size: 13px;
  font-weight: normal;
}
form {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
label {
  position: absolute;
  top: 162px;
}
label[for="city"] {
  left: 400px;
}
label[for="state"] {
  left: 581px;
}
.tips {
  font-size: 11px;
  color: #d4d4d4;
  position: absolute;
  left: 300px;
  bottom: 6px;
}
.text_input {
  background: white;
  border: #000000 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 18px Arial, Helvetica, Sans-Serif;
  line-height: 25px;
  padding: 0 5px;
  position: absolute;
  width: 540px;
  height: 55px;
  top: 122px;
}

.text_input#fullAddress {
  left: 110px;
}
.text_input#fullAddress.highlight {
  box-shadow: 0 0 5px rgba(108, 159, 241, 1);
  padding: 3px 0px 3px 3px;
  border: 2px solid rgba(108, 159, 241, 1);
  outline-offset: -2px;
}

.buttons {
  position: absolute;
  top: 122px;
  left: 663px;
}
.button {
  height: 55px;
  width: 250px;
  background: #f5af2a url("../images/search.png") no-repeat 33px;
  border-bottom: 3px solid #83631c;
  font-size: 24px;
  padding-left: 25px;
  cursor: pointer;
  color: white;
}

.button:hover,
.button:active,
.button:focus {
  background-color: #ffbf46;
  border-bottom: 3px solid #83631c;
  font-size: 24px;
}

.button > img {
  position: absolute;
  top: 10px;
  right: 25px;
}

#logo {
  position: absolute;
  left: 0px;
  bottom: 10px;
}
#arrow {
  position: absolute;
  top: 131px;
  left: 40px;
  width: 60px;
}
