/* AGE GATE CONTAINER */
#container {
    display:block;
    width: 1161px;
    height: 1003px;
    background: url(/gfx/agegate/background_supply_cookies_white.jpg) no-repeat;

    position: absolute;
    left: 50%;
    margin-left: -580px;
}
#container-denied {
    display:block;
    width: 1161px;
    height: 1003px;
    background: url(/gfx/agegate/denied.jpg) no-repeat;

    position: absolute;
    left: 50%;
    margin-left: -580px;
}
form {
    width: 294px;
    height: 129px;

    position: absolute;
    top: 360px;
    left: 420px;
}
form p {
    text-indent: -9999px;
    display: none;
}
form #age_input {
    position: absolute;
    left: 102px;
    top: 36px;
    
    width: 103px;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-top: 2px;
    font-weight: bold;
}
form #enter_input {
    position: absolute;
    top: 65px;
    left: 100px;
    
    width: 117px;
    height: 58px;
    background: none;
    border: none;
    text-indent: -9999px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
}
