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: 334px;
    height: 278px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
}
#banner {
    position: absolute;
    display: block;
    width: 334px;
    height: 278px;
    background-color: #FFF;
    overflow: hidden;
    border: #efefef 1px solid;
    background-size: 36%;
}
.headline {
    position: absolute;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    left: 105px;
    top: -29px;
}
#seal {
/*    position: absolute;*/
    padding-top: 25px;
    padding-left: 7px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 15px;
}

label[for="fn"] {
    top:104px;
    left:15px;
    display: none;
    display: 
}
label[for="ln"] {
    left:15px;
    top: 152px;
}
label[for="state"] {
    left:52px;
    top: 122px;
    display: none;
}
.text_input {
    background: white;
    border: #000 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    position:absolute;
    width: 225px;
    height: 32px;
    left: 90px;
}
.text_input#fn {
    top:97px;
}
.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: 9px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 102px;
    left:4px;
}

.caret {
  position: absolute;
  top: 5px;
  left: 83px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.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 {
    top:145px;
}
.select_box#state {
    top:135px;
}
.buttons {
    position: absolute;
    top: 192px;
    left: 15px;
    cursor: pointer;
}
.button {
    height: 45px;
    width: 300px;
    background: #001eff url('../images/search.png') no-repeat 70px;
    border-bottom: 3px solid #001085;
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
}

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



#logo {
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: 15px;
    left: 135px;
}
