body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    width: 970px;
    height: 250px;
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#banner {
    position: relative;
    display: block;
    width: 970px;
    height: 250px;
    background-color: white;
}
.logo {
    font-size: 12px;
    position: absolute;
    top:15px;
    left:415px;
}
.headline {
    font-size: 40px;
    color: #353066;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    top: 35px;
    left:255px;
    line-height: 120%;
}
.subheadline {
    color: #6CAD45;
    font-size: 20px;
    position: absolute;
    top: 82px;
    left:198px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 140%;
}
.arrowDown {
    font-size: 40px;
    color: #353066;
    position: absolute;
    top: 110px;
    left: 468px;
}
.example {
    color: #353066;
    font-size: 18px;
    position: absolute;
    top: 150px;
    left: 385px;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
label {
    position:absolute;
    font-size: 15px;
}
.parentheses {
    font-size: 55px;
    position: absolute;
    top: 175px;
    left: 80px;
}
.dash {
    font-size: 55px;
    position: absolute;
    top: 175px;
    left: 410px;
}
.text_input {
    background: white;
    border: #000 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    padding: 0 5px;
    position:absolute;
    width: 115px;
    height: 50px;
    left: 105px;
    text-align: center;
}
.text_input#area {
    top:185px;
}
.text_input#area.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(108, 159, 241, 1);
    outline-offset: -2px;
}
.text_input#firstN {
    top:185px;
    left:260px;
}
.text_input#lastN {
    width: 150px;
    height: 50px;
    top:185px;
    left:458px;
}
.buttons {
    position: absolute;
    top: 185px;
    left: 650px;
    cursor: pointer;
}
.button {
    width: 230px;
    height: 50px;
    background-color: #6CAD45;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    border-radius: 7px;
    font-weight: 700;
}
button {
    border: none;
    color: #FFF;
    cursor: pointer;
    outline: none;
}
button:hover,
button:active {
    background-color: #5b9c35;
}