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: 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: 298px;
    height: 248px;
    background: url('../images/logo_bv_color_gray.png') 135px 220px no-repeat;
    background-color: #ffffff;
    background-size: 60%;
    overflow: hidden;
    border: #efefef 1px solid;
    background-size: 36%;
}
.headline {
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0px;
    font-weight: normal;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 15px;
}

label[for="fn"] {
    top:105px;
    left:15px;
}
label[for="ln"] {
    left:15px;
    top: 140px;
}
label[for="state"] {
    left:52px;
    top: 142px;
}
.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: 188px;
    height: 27px;
    left: 90px;
}
.text_input#fn {
    top:100px;
}
.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:135px;
}
.select_box#state {
    top:140px;
}
.buttons {
    position: absolute;
    top: 174px;
    left: 25px;
    cursor: pointer;
}
.button {
    height: 40px;
    width: 253px;
    background: #f5af2a url('../images/search.png') no-repeat 50px;
    border-bottom: 3px solid #83631c;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
    font-size: 14px;
    background-color: #ffbf46;
    cursor: pointer;
}

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