.dialog-wrapper {
    background: url('http://cdn.dolimg.com/disney/wheresmywater/images/agegate/age-gate-bg.png') no-repeat;
    width: 996px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

#age-gate-close {
	float:right;
    cursor: pointer;
    z-index: 101;
}

.dialog-age-gate, .dialog-age-gate-note, .dialog-age-gate-sorry, .dialog-age-gate-error {
    width: 491px;
    min-height: 287px;
    position: absolute;
    top: 230px;
    left: 253px;
    text-align: center;
    display: none;
    background: url('http://cdn.dolimg.com/disney/wheresmywater/images/agegate/age-gate-bg.png') no-repeat;
    z-index:100000000;
}

.dialog-wrapper h2 {
    margin: 30px 0 30px 0 !important;
    text-align: center;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 18px;
    color: #eae3cc;
}

.dialog-age-gate-object h2{
	margin: 80px 0 20px 0 !important;
    text-align: center;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 18px;
    color: #eae3cc;
}

.dialog-age-gate h2{
	margin: -7px 0 20px 0 !important;
    text-align: center;
    font-family: 'BleekerRegular';
    src: url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.eot');
    src: url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.woff') format('woff'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.ttf') format('truetype'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.svg#BleekerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #57d9e9;
    text-shadow: 0 1px 0 #000;
}

.dialog-wrapper p {
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 10px;
    color: #eae3cc;
}

.dialog-age-gate label {
    display: block;
    float: left;
    width: 135px;
    height: 60px;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 13px;
    color: #eae3cc;
}

.dialog-age-gate input {
    width: 95px;
    height: 36px;
    background-color: #744823;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: 'BleekerRegular';
    src: url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.eot');
    src: url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.woff') format('woff'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.ttf') format('truetype'),
         url('http://disney.go.com/wheresmywater/css/fonts/bleeker-webfont.svg#BleekerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}

#age-submit {
    width: 160px;
    height: 43px;
    border:  0;
    background: url('http://cdn.dolimg.com/disney/wheresmywater/images/agegate/age-gate-submit.png') no-repeat;
}

.site-dim {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
    background: #000000;
    opacity: 0.9;
}

.back-to-age-gate-btn{
	width: 145px;
    height: 43px;
    border:  0;
    margin:10px auto;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 18px;
    text-align:center;
    line-height:43px;
    overflow:hidden;
}

.btn{
	border:1px solid #000000;
    color:white;
	cursor:pointer;
	border: 1px solid #6c6b56;
    background: url('http://cdn.dolimg.com/disney/wheresmywater/images/age-gate/dialog-input-bg.png') no-repeat;
}