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: 298px;
    height: 598px;
    -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: 298px;
    height: 598px;
    background: url('../images/logo_bv_color_gray.png') 76px 550px no-repeat;
    background-color: #ffffff;
    background-size: 45%;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: center;
    position: absolute;
    top: 25px;
    left: 0px;
    font-size: 35px;
    font-weight: normal;
    line-height: 170%;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position: absolute;
    left: 34px;
    font-size: 17px;
}
label[for="fn"] {
    top: 230px;
}
label[for="ln"] {
    top: 320px;
}
label[for="state"] {
    top: 314px;
}
.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: 232px;
    height: 45px;
    left: 34px;
}
.select_box {
    background: white;
    border: #c8c8c8 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px;
    height: 45px;
    padding: 4px 5px;
    position:absolute;
    bottom:5px;
    width: 232px;
    left: 34px;
}
.text_input#fn {
    top:250px;
}
.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#ln {
    top:340px;
}
.select_box#state {
    top:336px;
}
.buttons {
    position: absolute;
    top: 420px;
    left: 34px;
    cursor: pointer;
}
.button {
    height: 64px;
    width: 232px;
    background: #f5af2a url('../images/search.png') no-repeat 30px;
    border-bottom: 3px solid #83631c;
    font-size: 14px;
    font-size: 20px;
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
    height: 64px;
    width: 232px;
    background-color: #ffbf46;
    border-bottom: 3px solid #83631c;
    cursor: pointer;
}
#logo {
    position: absolute;
    font-size: 15px;
    color: #999;
    left: 105px;
    bottom: 50px;
}