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: 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: url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    padding-top: 5px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 15px;
}
.text_input {
    background: #96505000;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 5px;
    position:absolute;
    width: 547px;
    height: 38px;
    top: 39px;
    text-align: left;
    outline: none;
}

input::placeholder {
  color: #c7c7c7;
}


.text_input#vin {
    left: 25px;
}
/*.text_input#area.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#firstN {
    top:38px;
    left: 281px;
}
.text_input#lastN {
    width:133px;
    height:36px;
    top:38px;
    left:442px;
}*/
.buttons {
    position: absolute;
    top: 40px;
    left: 583px;
}
.button {
    height: 38px;
    width: 122px;
    background-color: #272426;
    border-radius: 20px;
/*    border-bottom: 3px solid #506e32;*/
    font-size: 18px;
}

.button:hover,
.button:focus {
    height: 38px;
    width: 122px;
    background-color: #403c3f;
    border-radius: 20px;
/*    border-bottom: 3px solid #506e32;*/
/*  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    font-size: 18px;
}
.button:active {
    background-color: #403c3f;
    border-radius: 20px;
/*    border-bottom: 4px solid #506e32;*/
}



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