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;
}
#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: #363636;
}
#banner {
    position: relative;
    display: block;
    width: 968px;
    height: 248px;
    background-color: #FFF;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    position: absolute;
    color: #363636;
    font-size: 32px;
    left: 269px;
    font-weight: normal;
    top: 17px;
}
#seal {
    position: absolute;
    top: 25px;
    left:40px;
}

#arrow {
    position: absolute;
    top: 155px;
    left: 206px;
}

form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    top:117px;
    font-size: 18px;
}

label[for="fn"] {
    left:269px;
    display: none;
    display: 
}
label[for="ln"] {
    left:487px;
}
label[for="state"] {
    left:480px;
    display: none;
}
.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: 204px;
    height: 55px;
    top:139px;
}
/*.select_box {
    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;
    height: 49px;
    padding: 4px 5px;
    position:absolute;
    width: 172px;
    top:142px;
}*/
.text_input#fn {
    left:269px;
}
.text_input#fn.highlight {
    box-shadow: 0 0 5px rgba(220, 0, 21, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(220, 0, 21, 1);
    outline-offset: -2px;
}

#errorMsg {
    color: #ffffff;
    font-size: 17px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 100px;
    left:270px;
}

.caret {
  position: absolute;
  top: 31px;
  left: 17px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #DC0015;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.caret:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  border-bottom: 4px solid #DC0015;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.text_input#ln {
    left:487px;
}
.select_box#state {
    left:478px;
    display: none;
}
.buttons {
    position: absolute;
    top: 138px;
    left: 705px;
}
.button {
    height: 56px;
    width: 191px;
    background: #001eff url('../images/search.png') no-repeat 15px;
    border-bottom: 3px solid #001085;
    font-size: 22px;
    padding-left: 40px;
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #001085;
    border-bottom: 3px solid #000d6d;
    font-size: 22px;
}


#logo {
    position: absolute;
    font-size: 17px;
    color: #999;
    left: 7px;
    top: 7px;
}
