body {
    margin: 0px;
}
#ad {
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
}
#banner {
    position: relative;
    display: block;
    width: 318px;
    height: 48px;
    background: url('../images/people-smart-logo.svg') 240px 5px no-repeat;
    background-color: #ffffff;
    background-size: 23%;
    overflow: hidden;
    border: #efefef 1px solid;
}
.headline {
    text-align: left;
    font-family: Arial, sans-serif;
    position: absolute;
    color: #132369;
    top: -8px;
    left: 4px;
    font-size: 11.5px;
    font-weight: bold;
}
.subheadline {
    text-align: center;
    position: absolute;
    top: -6.8px;
    left: 156px;
    font-size: 9px;
    line-height: 140%;
}
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.text_input {
    background: white;
    border: #5D6775 1px solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    line-height: 25px;
    padding: 0 5px;
    position:absolute;
    width: 110px;
    height: 26px;
    top: 19px;
    font-size: 14px;
}
.text_input#fn {
    left: 4px;
}
.text_input#fn.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: 0px;
}
.text_input#ln {
    left: 122px;
}

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;
}
.buttons {
    position: absolute;
    top: 19px;
    right: 4px;
    cursor: pointer;
}
.button {
    height: 26px;
    width: 73px;
    background: #009E60;
    padding-top: 5px;
    border-radius: 4px;
    border-bottom: 3px solid #009E60;
    font-size: 12px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #1AB86B;
    border-bottom: 3px solid #1AB86B;
    font-family: Arial, sans-serif;
}