﻿

/** AV ****************************************************************************/


body{
    background: #00B9F1 url(/Styles/images/global/bg.jpg) no-repeat 50% -50px;
}
#Page{
	width:658px;
    height:538px;
    margin: 45px auto 10px;
    position: relative;
}
.av{
	width:658px;
	height:427px;
	padding:111px 0 32px 0;
}

.av #Header{
	width:533px;
	height:216px;
	padding:0 62px 0 63px;
}
.av #Content{
	width:338px;
	height:132px;
	padding:32px 154px 0 165px;
}
.av #Content h5{
	display:block;
	width:301px;
	height:15px;
	background:url(/Styles/images/av/av-please-enter-dob.gif) no-repeat 0 0;
	margin:0 0 16px 14px;
}
.input-month,
.input-day,
.input-year{
	border:solid 1px #005891;
	background:url(/Styles/images/av/av-input-bg.gif) no-repeat 0 0;
	padding:2px 5px 1px;
	text-align:center;
	font-weight:bold;
	color:#005891;
	font-family:Arial, Sans-Serif;
	float:left;
	margin-top:14px;
}
.input-month,
.input-day{
	width:32px;
	height:17px;
}
.input-year{
	width:46px;
	height:17px;
	margin-right:14px;
}
.input-day,
.input-year{
	margin-left:12px;
}



/* ie6 pngFix BG workaround */
.avBtnWrapper{ 
	width:142px;
	height:58px;
	position:relative;
	float:left;
}
.avBtnBG{ 
	background:url(images/av/avSubmitBtn.png) no-repeat 0 0;
	width:142px;
	height:58px;
	z-index:1;
}
.avBtnWrapper input{
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}



.av .DateForm span{
	font-weight:bold;
}
.av #Footer{
	width:657px;
	height:47px;
	position:relative;
	background:none;
	margin:0;
}
.av a.gbgr{
	display:block;
	width:103px;
	height:46px;
	background:url(images/av/av-great-beer-great-responsibility.gif) no-repeat 0 0;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
.av .footerRight{
	width:491px;
	float:right;
	text-align:right;
	padding-top:30px;
}
.av .footerRight span{
	padding-left:12px;
}