html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #2d7e46;
    background-image: url('../images/site-bg.jpg');
    background-repeat: repeat-x;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 768px;
}



input{ font-size:10px; }

#site{
    margin: 0 auto 30px auto;
    width: 1050px;
    height: 645px;
    background-image: url('../images/gateway-bg.jpg');
    background-repeat: no-repeat;
    position: relative;
}

#title-gateway{
    position: absolute;
    top: 42px;
    left: 428px;
    width: 203px;
    height: 217px;
}

#sub-title{
    position: absolute;
    top: 285px;
    left: 365px;
    width: 319px;
    height: 101px;
}

#form-gateway{
    position: absolute;
    top: 399px;
    left: 378px;
    width: 330px;
    height: 159px;
}

.form-hdr{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
}

#txtMonth{
    width: 44px;
}

#txtDay{
    width: 40px;
}

#txtYear{
    width: 40px;
}

#month{
    width: 62px;
}

#day{    
    width: 54px;
}

#year{
    width: 55px;
    font-size: 10px;
}

#monthSelect{
    width: 79px;
    font-size: 11px;
}


#daySelect{
    width: 42px;
    font-size: 11px;
}



#yearText{
    width: 35px;
    font-size: 11px;
    border: 1px solid #c0c0c0;
}

#ddlCountry{
    width: 128px;
    font-size: 11px;
    margin-top: 1px;
}

#countrySelect{
    width: 128px;
    font-size: 11px;
}

#remember-me{
    width: 230px;
    height: 30px;
    margin: 10px auto 0px auto;
}

#rememberTxt{
    font-size: 10px;
    color: #000;
}

#rememberTxtSml{
    font-size: 9px;
    color: #777777;
}

#enter-btn{
   margin: 10px auto 0px auto;
   width: 147px;
   height: 62px;
   border: 0px solid red;
   position: relative;
   left: -15px;
}

#responsible-drink-copy{
    width: 565px;
    position: absolute;
    top: 540px;
    left: 225px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align:center;
}

#responsible-drink-copy a{color: #e4d2ad; text-decoration: underline;}
#responsible-drink-copy a:hover{color: #e4d2ad; text-decoration: underline;}

#footer-gateway{
    width: 900px;
    position: absolute;
    top: 575px;
    left: 40px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

.footerLink-gateway{
    float: left;
    display: inline;
}

.footerLink-gateway a{color: #e4d2ad; text-decoration: none;}
.footerLink-gateway a:hover{color: #e4d2ad; text-decoration: underline;}


.footerLink2-gateway a{color: #e4d2ad; text-decoration: underline;}
.footerLink2-gateway a:hover{color: #e4d2ad; text-decoration: underline;}

.footerSpace{
    float: left;
    display: inline;
    margin: 5px 5px 0px 5px;
    width: 4px;
}

#footer-text-gateway{
    float: left;
    display: inline;
    width: 861px;
    height: 40px;
}