body {
    font-family: Arial, sans-serif;
}
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: 336px;
    height: 280px;
    -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: 336px;
    height: 280px;
    border: #c8c8c8 0px solid;
    background-color: #353167;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
}
.headline {
    text-align: center;
    position: absolute;
    left: 10px;
    top: 1px;
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
}
.headline2 {
    text-align: center;
    position: absolute;
    left: 60px;
    top: 23px;
    color: #FFF;
    font-size: 18px;
}

.select_box:focus {

    outline: none;
}

.text_input:focus{
    outline: none;
}

form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 13px;
    color: #000000;
    display: none;
}

label[for="fn"] {
    top:14px;
    left:154px;
}
label[for="ln"] {
    left:154px;
    top: 69px;
}
label[for="state"] {
    left:154px;
    top: 119px;
}
.text_input {
    background: transparent;
    border: #c8c8c8 0px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    position:absolute;
    height: 33px;
    width: 119px;
    border-radius: 3px;
}
.select_box {
   background: transparent;
    border: #c8c8c8 0px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Arial, Helvetica, Sans-Serif;
    height: 33px;
    width: 122px;
    position:absolute;
    bottom:5px;
    border-radius: 3px;
}



.text_input#fn {
    top:127px;
    left:40px;
}
/*.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);
    border-radius: 3px;
    outline-offset: -2px;
}*/
.text_input#ln {
    top:127px;
    left:176px;
}
.select_box#state {
    top:185px;
    left:36px;
}
.buttons {
    position: absolute;
    top:176px;
    left:173px;
}
.button {
    height: 51px;
    width: 131px;
    background-color: #81b44c;
    border-radius: 4px;
/*    border-bottom: 3px solid #06910d;*/
    font-size: 22px;
}

.button:hover,
.button:active,
.button:focus {
    font-size: 22px;
    height: 51px;
    width: 131px;
    background-color: #638a3a;
    border-radius: 4px;
    -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;
}
