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: 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: absolute;
    display: block;
    width: 298px;
    height: 248px;
    background-color: #FFF;
    background-image: url("../images/BV-logo.png");
    background-position: 95px 225px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 36%;
    border: #b7b7b7 1px solid;
}
.headline {
    text-align: center;
    color: #333333;
    font-size: 20px;

}
/*.headline2 {
    text-align: center;
    position: absolute;
    left: 60px;
    top: 23px;
    color: #FFF;
    font-size: 18px;
}*/

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

label[for="fn"] {
    top:80px;
    left:20px;
}
label[for="ln"] {
    left:20px;
    top: 119px;
}
label[for="state"] {
    left:52px;
    top: 157px;
}
.text_input {
    background: white;
    border: #c8c8c8 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: 188px;
    height: 27px;
    left: 90px;
    *height: 28px;
    *width: 112px;
    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: 12px Arial, Helvetica, Sans-Serif;
    height: 27px;
    padding: 4px 5px;
    position:absolute;
    bottom:5px;
    width: 188px;
    left: 90px;
    *height: 28px;
    *padding: 3px 5px;
    *width: 100px;
     border-radius: 3px;
}
.text_input#fn {
    top:76px;
}
.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: 13px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    left: 90px;
}

.caret {
  position: absolute;
  top: 28px;
  left: 17px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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 {
    top:115px;
}
.select_box#state {
    top:153px;
}
.buttons {
    position: absolute;
    top: 190px;
    left: 20px;
}
.button {
    height: 30px;
    width: 258px;
    background-color: #22ac24;
    border-radius: 4px;
    border-bottom: 3px solid #06910d;
    font-size: 14px;
}

.button:hover,
.button:active,
.button:focus {
    font-size: 14px;
    height: 30px;
    width: 258px;
    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;
}
