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: 959px;
    height: 249px;
    -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: 969px;
    height: 249px;
    border: #c8c8c8 1px solid;
    background-color: #FFF;
    background-image: url("../images/BV-logo.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;

}
.headline {
    text-align: center;
    color: #333;
    font-size: 40px;
    padding-top: 10px;
}
/*.headline2 {
    text-align: center;
    position: absolute;
    left: 280px;
    top: 35px;
    color: #333;
    font-weight: 600;
    font-size: 34px;
}*/
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    top:100px;
    color: #333;
}

label[for="fn"] {
    left:99px;
}
label[for="ln"] {
    left:287px;
}
label[for="state"] {
    left:480px;
}
.text_input {
    background: white;
    border: #c8c8c8 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    padding: 0 5px;
    position:absolute;
    width: 178px;
    height: 55px;
    top:119px;
    border-radius: 3px;
}
.select_box {
    background: white;
    border: #c8c8c8 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px Arial, Helvetica, Sans-Serif;
    height: 55px;
    padding: 4px 5px;
    position:absolute;
    width: 172px;
    top:119px;
    border-radius: 3px;
}
.text_input#fn {
    left:99px;
}
.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);
    border-radius: 3px;
    outline-offset: -2px;
    background-color: #f6e5e6;
}

.text_input#fn.highlight::placeholder {
    color: #DC0015;
}

.-ms-input-placeholder::placeholder {
    color: #DC0015;
}

.-ms-input-placeholder::placeholder {
    color: #DC0015;
}

#errorMsg {
    color: #ffffff;
    font-size: 16px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 185px;
    left: 100px;
}

.caret {
  position: absolute;
  top:-5px;
}

.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 {
    left:287px;
}
.select_box#state {
    left:478px;
}
.buttons {
    position: absolute;
    top: 118px;
    left: 663px;
}
.button {
    height: 56px;
    width: 175px;
    background-color: #22ac24;
    border-radius: 4px;
    border-bottom: 3px solid #06910d;
    font-size: 20px;
}

.button:hover,
.button:active,
.button:focus {
    font-size: 20px;
    height: 56px;
    width: 175px;
    background-color: #2fc731;
    border-radius: 4px;
    border-bottom: 3px solid #11a218;
    -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;
}
