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: 300px;
    height:600px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#banner {
    position: absolute;
    display: block;
    width: 300px;
    height: 600px;
    background-color: #FFF;
    background-image: url("../images/bg.jpg");
/*    background-position: 83px 520px;*/
    background-repeat: no-repeat;
    overflow: hidden;
    border: #efefef solid 1px;
}
.headline {
    color: #363636;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 45px;
    line-height: 150%;
}
/*.example {
    color: #33d4c0;
    padding-top: 60px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 0px;
}
.fine {
    font-size: 13px;
    font-weight: normal;
}*/
form {
    float:left;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
/*.tips {
    font-size: 11px;
    color: #d4d4d4;
    position: absolute;
    top: 385px;
    left: 12px;
}*/
.text_input, .select_box {
    background: white;
    border: #c8c8c8 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px Arial, Helvetica, Sans-Serif;
    line-height: 25px;
    padding: 0 5px;
    position:absolute;
    width: 216px;
    height: 56px;
    left: 42px;
    border-radius: 3px;
}
.text_input#emailaddress {
    top:351px;
}

/*.text_input#emailaddress.highlight {
    box-shadow: 0 0 5px rgba(108, 159, 241, 1);
    padding: 3px 0px 3px 3px;
    border: 2px solid rgba(108, 159, 241, 1);
    border-radius: 3px;
    outline-offset: -2px;
}*/
.buttons {
    position: absolute;
    top: 431px;
    left: 42px;
}
.button {
    height:55px;
    width: 216px;
    background-color: #ef2742;
    border-radius: 4px;
    border-bottom: 5px solid #be031d;
    font-size: 28px;
    font-weight: bold;
    /* Old browsers */
/*    background: -webkit-linear-gradient(#339ee0 2%, #1d76ab 100%);
    background: -o-linear-gradient(#339ee0 2%, #1d76ab 100%);
    background: linear-gradient(#339ee0 2%, #1d76ab 100%);*/ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339ee0', endColorstr='#1d76ab',GradientType=0 );*/ /* IE6-9 */

}

.button:hover,
.button:active,
.button:focus {
    background-color: #be031d;
    border-radius: 4px;
    border-bottom: 5px solid #be031d;
    font-size: 28px;
    font-weight: bold; 
/* Old browsers */
/*    background: -webkit-linear-gradient(#32a9f2 2%, #187eba 100%);
    background: -o-linear-gradient(#32a9f2 2%, #187eba 100%);
    background: linear-gradient(#32a9f2 2%, #187eba 100%);*/ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a9f2', endColorstr='#187eba',GradientType=0 );*/ /* IE6-9 */
    -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;
}

.searchNow {
    position: center;
/*    top: 13px;
    left: 65px;*/
}

/*.button > img {
    position: absolute;
    top: 10px;
    right: 65px;
}*/