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: 334px;
    height: 278px;
    -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: 334px;
    height: 278px;
    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: white;
    border: #000 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    padding: 0 5px;
    position:absolute;
    width: 70px;
    height: 32px;
    left: 25px;
    text-align: center;
}

.text_input#area.highlight {
    box-shadow: 0 0 5px rgba(220, 0, 21, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(220, 0, 21, 1);
    outline-offset: -2px;
}
.text_input#area {
    top:169px;
}
#errorMsg {
    color: #ffffff;
    font-size: 13px;
    background-color: #DC0015;
    padding: 4px 8px;
    border-radius: 3px;
    position: absolute;
    top: 136px;
    left: 22px;
}

.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#firstN {
    width:70px;
    height:32px;
    left:126px;
    top:169px;
}
.text_input#lastN {
    width:90px;
    height:32px;
    top:169px;
    left:235px;
}
.buttons {
    position: absolute;
    bottom: 15px;
    left: 98px;
    cursor: pointer;
}
.button {
    height: 41px;
    width: 134px;
    background-color: #transparent;
    padding-left: 20px;
    font-size: 20px;
    cursor: pointer;
}

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