
/* Michelob.com screen styles */
body {
	font-family: Verdana,Arial,sans-serif;
	font-size: .75em;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #b08150 url('../img/00-bg-tile.jpg');	
}

#page {
	margin: 0px auto;
	width: 990px;
	height: 730px;
	background: url('../img/00-bg-shadow.png') repeat-y;
}

#content {
	margin: 0px auto;
	padding: 0;
	width: 908px;
	height: 730px;
	background: #efc075 url('../img/00-agegate-sampler-spring-2010-content-bg.jpg') top left no-repeat;
}

#page
{ 
	behavior: url(iepngfix.htc);
}

.javaMsg {
	font-size:10px;
	float:right;
	width:300px; padding:10px;
	margin:30px 35px 0 0;
	background:#993333; color:#FFFFFF;
}

#spotlight {
	float: left;
	margin: -1000px;
	padding: 0;
	line-height: 0px;
}

a:link,
a:active,
a:visited,
a:hover {
	color: #917357;
}

h1 {
	font-size: 24px;
	line-height: 140%;
	margin: 10px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	line-height: 140%;
}

.hiddenText {display: none;}

#ultra_link {
	float: left;
	margin: 20px 0 0 40px; padding:0px;
	width: 160px;
	height: 72px;
	background: url(../img/00-mich-ultra.png) top center no-repeat;
}


#agegate_video_frame {
	clear:both; float:left;
	margin:40px 0 0 265px;
	/* margin: 132px 0 0 65px; */
	padding:0px;
	width: 379px;
	height: 215px;
	background-color:#000;
	_margin-left:133px; /* IE6  */
}

#facebook_fan {
	/* float: left; */
	margin: 40px 0 0 310px; 
	padding:0px;
	width: 295px;
	height: 85px;
	background: url('../img/00-facebook-fan.jpg') no-repeat top left;
}


.form-container {
	clear:both; 
	width:302px;
	margin: 0 0 0 302px;
	padding-top:60px; /* ALL 
	*padding-top:0px; // IE6 & IE7 
	_padding-top:0px; // IE6 
	*/
}


/* AGE PANEL STYLES */
.form-panel {
	width: 302px; height: 36px;
	background: url('../img/ag_panel.jpg') no-repeat top left;
}
.form-panel-underaged {
	width: 302px; height: 36px;
	background: url('../img/ag_panel_underage.jpg') no-repeat top left;
}
.form-panel-baddate {
	width: 302px; height: 36px;
	background: url('../img/ag_panel_baddate.jpg') no-repeat top left;
}


.form-fields {
	padding-top:10px;
	text-align:center;
}
.drop-down {
	font-size: 12px;
	margin:2px;
	color: #333333;
	border:1px solid #663333;
}
#ddlMonth { width:100px; }
#ddlDay { width:55px; }
#ddlYear { width:65px; }

.drop-down-error {
	font-size: 12px;
	margin:2px;
	background-color: #ff8686;
	border:1px solid #663333;
}

.form-submit {
	width:100%;
}

/* BUTTON STYLES */
.ag-submit {
	display:block;
	width:152px; height:35px;
	margin: 10px 0 0 75px; padding: 0;
	background: url('../img/ag_btn.jpg') left no-repeat;
}

.ag-submit:hover {
	background: url('../img/ag_btn_hi.jpg') left no-repeat;
}


#footer {
	clear: both;
	position: absolute;
	top: 660px;
	width: 910px;
	margin: 0px auto;
	padding: 0; 
	font-size: 10px; 
	color: #632b00;
	line-height: 2px;
	}
#footer a { font-size: 10px; color: #632b00; text-decoration: none;}
#footer a:hover { font-size: 10px; color: #632b00; text-decoration: underline;}

#footer p {
	margin: 4px 0 0 0;
	}

#footerHr {
	width: 409px;
	height: 1px;
	border-top: 1px solid #632b00;
	border-bottom: 1px solid #632b00;
}


