﻿/*****************************/
/* age verification styling */
/***************************/
body {
	background:#001E01 url(../images/av-lyt-bg.jpg) no-repeat center top;
}
#page {
	border: none;
	background-color:transparent;
}
.av .verification {
	width:335px;
	margin-left:408px;
}
h1 {
	width:331px;
	height:84px;
	margin-top:85px;
}

.covered
{
display: block;
text-indent: -9999px;
width: 100%;
}
p.disclaimer {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:24px;
	line-height:22px;
}
p.notes {
	margin-top:12px;
	color:#999999;
	font-size:10px;
}
label {
	display:block;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:24px;
}
select,
input {
	padding:6px 8px;
	background-color:#000000 !important;
	border:#336633 1px solid;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	margin-top:10px;
}
select {
	width:333px;
}
input {
	width:40px;
	text-align:center;
}
input.submit {
	border:#336633 1px outset;
	background: url(../images/av-btn-bg.gif) repeat-x left top;
	width:120px;
	padding:4px 10px;
	margin-left:20px;
	text-transform:uppercase;
}
.errorMessage
{
    font-size: medium; 
    font-weight: bold; 
    padding-top: 10px;
    color: #dbdd00;
}