body {
    margin: 0px;
}
#banner {
    position: relative;
    display: block;
    width: 298px;
    height: 248px;
    background: white;
    overflow: hidden;
    border: #efefef 1px solid;
    color: #363636;
    font-family: Arial, sans-serif;
}
#ad {
    display: block;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 66px;
}
#img {
    position: absolute;
    left: 140px;
    top: 4px;
}
#headline {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 36px;
    left: 15px;
    text-transform: uppercase;
    color: #b10810;
}
#subheadline {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 68px;
    margin: 0 50px;
}
#arrow {
    position: absolute;
    top: 110px;
    left: 132px;
}
#example {
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 135px;
    left: 78px;
}
#leftParenthesis {
    font-size: 34px;
    position: absolute;
    top: 150px;
    left: 7px;
}
#rightParenthesis {
    font-size: 34px;
    position: absolute;
    top: 150px;
    left: 86px;
}
#dash {
    font-size: 37px;
    position: absolute;
    top: 148px;
    left: 185px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.text_input {
    background: white;
    border: #000 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 5px;
    position:absolute;
    width: 62px;
    height: 29px;
    top: 158px;
    text-align: center;
    outline-width: 0px;
}
.text_input#area {
    left: 22px;
}
.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#firstN {
    left: 112px;
}
.text_input#lastN {
    width: 81px;
    left: 209px;
}
button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}
.buttons {
    position: absolute;
    top: 197px;
    left: 90px;
    cursor: pointer;
}
.button {
    height: 37px;
    width: 120px;
    color: #212121;
    background-color: #f1c100;
    font-size: 20px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
}
.button:active,
.button:focus,
.button:hover {
    background-color: #fadb00;
    transition: all 0.5s ease;
}
