﻿#AgeVerification {
    position: absolute;
    left: 279px;
    top:  207px;
    width:  392px;
    height: 196px;
}

#AgeVerification h1 {
    background: url(Images/av-millerchill.jpg) top left no-repeat;
    width:   76px;
    height: 196px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    float: left;
}

#AgeVerification h2 {
    background: url(Images/av-headline.gif) top left no-repeat;
    width:  284px;
    height:  110px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    float: right;
}

.avFormContainer {
    width: 284px;
    float: right;
}

.avFormContainer .avPrompt {
    display: block;
    color: #82b63c;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 2px;
}

.avFormContainer .avFormFields {
    display: block;
    float: left;
    margin-right: 8px;
}

.avFormContainer input.avFormField {
    background: url(Images/av-input-background-short.gif) top left no-repeat;
    display: inline;
    width:  24px; /* 36px Less 12px padding */
    border: none;
    height: 18px;
    color: #82b63c;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 6px 2px 6px;
}

.avFormContainer input.avFormField:focus {
    outline: 0;
}

.avFormContainer input.avYear {
    background: url(Images/av-input-background-long.gif) top left no-repeat;
    width:  60px; /* 72px Less 12px padding */
}

.avFormContainer .avFormFieldSeparator {
    padding: 0 1px;
    font-size: 1.5em;
    line-height: 18px;
    vertical-align: top;
    color: #808080;
}

.avFormContainer .avFormSubmit,
.avFormContainer .avFormSubmit:active {
    background: url(Images/av-button-enter.gif) top left no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 25px;
    height: 25px;
    width: 105px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -2px;
    float: left;
}

.avFormContainer .avFormSubmit:hover,
.avFormContainer .avFormSubmitHover  {
    background-position: 0px -25px;
    cursor: pointer;
}

.avFormContainer .avFormSubmitDisabled, 
.avFormContainer .avFormSubmitDisabled:hover {
    background-position: 0px -50px;
    cursor: default;
}