body {
}
button {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 12px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
button:hover,
button:active {
}
button:active {
    font-size: 11px;
}
body {
    margin: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
ul li {
    list-style: none;
    padding-bottom: 1px;
    display: inline-block;
}
a#ad {
    display: block;
    overflow: hidden;
    width: 726px;
    height: 88px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
}
#banner {
    position: relative;
    display: block;
    width: 726px;
    height: 88px;
    background-color: #FFF;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: left;
    position: absolute;
    left: 10px;
    top: 2px;
    color: #363636;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 22px;
}
.steps {
    padding-top: 52px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
}
#arrow {
    position: absolute;
    top: 48px;
    left: 230px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    top:30px;
}

label[for="fn"] {
    left:289px;
}
label[for="ln"] {
    left:434px;
}
label[for="state"] {
    left:463px;
}
.text_input {
    background: white;
    border: #000000 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    padding: 0 5px;
    position:absolute;
    width: 137px;
    height: 30px;
    top:48px;
}
.select_box {
    background: white;
    border: #000000 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Arial, Helvetica, Sans-Serif;
    height: 35px;
    padding: 4px 5px;
    position:absolute;
    bottom:5px;
    width: 116px;
    top:43px;
}
.text_input#fn {
    left:288px;
}
.text_input#fn.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;
}

.text_input#fn:not(:focus)::-webkit-input-placeholder {
  -webkit-animation: simple-blink-text 1s step-start infinite;
}
@-moz-document url-prefix() {
  .text_input#fn:not(:focus) {
    animation: simple-blink-text 1s step-start infinite;
  }
}
.text_input#fn:not(:focus):-ms-input-placeholder {
  animation: simple-blink-text 1s step-start infinite;
}
@-webkit-keyframes simple-blink-text {
  0% { color: black }
  25% { color: transparent }
  100% { color: black }
}
@keyframes simple-blink-text {
  0% { color: black }
  25% { color: transparent }
  100% { color: black }
}

.text_input#ln {
    left:433px;
}
.select_box#state {
    left:463px;
}
.buttons {
    position: absolute;
    top: 48px;
    left: 575px;
}
.button {
    height: 30px;
    width: 145px;
    background: #f5af2a url('../images/search.png') no-repeat 10px;
    border-bottom: 3px solid #83631c;
    font-size: 14px;
    padding-left: 25px;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #ffbf46;
    border-bottom: 3px solid #83631c;
    font-size: 14px;
}
#logo {
    position: absolute;
    font-size: 13px;
    color: #999;
    right: 7px;
    top: 3px;
}
