
#site{
    background-image: url('../images/gateway-bg.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 830px;
    margin: 0 auto;
    position: relative;
}

#top-text{
    width: 365px;
    position: absolute;
    left: 546px;
    top: 114px;
    text-align: center;
    line-height: 20px;
}

#title1{
    position: absolute;
    left: 640px;
    top: 268px;
    width: 326px;
    height: 46px;
}

#title2{
    position: absolute;
    left: 670px;
    top: 368px;
    width: 280px;
    height: 46px;
}

#country-select{
    width: 219px;
    position: absolute;
    left: 616px;
    top: 332px;
}

#countrySelect{
    width: 217px;
    font-size: 10px;
    color: #656565;
    background-color: #e3e3e3;
    border: 1px solid #8d8d8d;
    font-family: Arial, Helvetica, sans-serif;
}

#age-inputs{
    position: absolute;
    left: 616px;
    top: 429px;
    width: 217px;
}

.age-input{
    float: left;
    display: inline;
    margin-right: 15px;
}

.age-input2{
    float: right;
    display: inline;
}

.frm-fld{
    width: 47px;
    font-size: 10px;
    border: 1px solid #8d8d8d;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    background-color: #e3e3e3;
}

.frm-fld2{
    width: 79px;
    font-size: 10px;
    border: 1px solid #8d8d8d;
    font-family: Arial, Helvetica, sans-serif;
    color: #656565;
    background-color: #e3e3e3;
}

#remember-me{
    position: absolute;
    top: 459px;
    left: 665px;
}

#remember-me-msg{
    padding-top: 7px;
    position: relative;
    left: -85px;
}

#enter-btn{
    position: absolute;
    left: 610px;
    top: 510px;
}

#terms-text{
    width: 272px;
    position: absolute;
    top: 582px;
    left: 588px;
    text-align: center;
    line-height: 20px;
}

#btnSubmit{ border:0; }