@charset "utf-8";
/* CSS Document /* Hoegaarden Website Agecheck */
html, body {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #022e76;
	min-height:680px;
	overflow:hidden;
}
img#background { top: 0; left: 0; z-index: -1; position:absolute; color: green; }

a { outline: none; }
form{ clear:both; }

/* Styling some basic elements */
#main {
	position: relative;
	margin: 5% auto;
	width: 810px;
	height: 530px;
}

#containerOuter {
	width: 100%;
	height: 100%;
	background: url(../img/back-welcomehexagon.png) no-repeat center center;
}

/* Styling the actual agecheck */
#container {
	position: absolute;
	z-index: 10;
	width: 470px;
	height: 700px;
	padding: 90px 0 0 328px;
}

#container label {
	display: block;
	font-size: 22px;
	color: #022e76;
}

#container input, select {
	font-size: 16px;
	background-color: transparent;
	border: 0;
	color: #decea5;
}

#container #chooseLanguage {
	clear: both;
	margin: 25px 0 40px 0;
	text-align: center;
}

#container #chooseLanguage input {
	display: none;
}

#container #chooseLanguage .languages {
	font-size: 20px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	width: 170px;
}

#container #chooseLanguage .languages label {
	float: left;
	margin: 0 8px 0 8px;
	font-size: 18px;
	cursor: pointer;
}

#container #chooseLanguage .selected {
	color: #ffffff;
}
	
#container #selectCountry {
	float: left;
	margin: 0 0 0 30px;
}

#container #selectCountry select {
	margin: 16px 0 0 0; 
}

#container #dateOfBirth {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
	padding: 0 5px 0 10px;
}

#container #dateOfBirth label {
	margin-left: 4px;
}

#container #dateOfBirth input {
	margin: 2px 3px 0 0;
	color: #333;
	font-size: 13px;
	text-align: center;
	width: 53px;
	height: 16px;
	background: url(../img/back-input.png) no-repeat;
}

#container #dateOfBirth .dateInput {
	margin: 15px 0 0 10px;
}

#container #enterSite {
	text-align: center;
	margin: 10px 0 0 0;
}

#container #enterSite input {
	font-size: 18px;
}

#container #remember {
	height: 25px;
	text-align: center;
	margin: 13px 0 0 0;
}

#container #remember label {
	display: inline;
	font-size: 12px;
	line-height: 17px;
}

#container #legal {
	margin: 40px 0 20px 0;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
}

#container #legal small {
	display: block;
	font-size: 10px;
	margin: 15px 0 0 0;
}

/* Style the footer */
#footer {
	position:absolute;
	width:100%;
	height:33px;
	bottom:0px;
	background: transparent url(../img/news-bg.gif) repeat-x; 
}

#copyright {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	position:absolute;
	z-index:550;
	right:6px;
	padding-right:10px;
	top:9px;
	}


#footer ul li {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 8px 0 0 0;
	font-size: 12px;
	border-right: 1px solid white;
}

#footer ul li.first, #footer ul li.last {
	border: none;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#welcome h2 {
	font-size:46px;
}
	
#welcome {
	width:465px;
	height:128px;
	position:absolute;
	bottom: 10px;
	right:40px;
	background:transparent url(../img/visual-welcome.png) no-repeat;
}

/* Helpers */
.clear {
	clear: both;
}

.btnEnter {
	width: 169px;
	height: 34px;
}

.countryDropdown {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #638bc8;
	color: #333;
	font-family: Arial;
	font-size: 12px;
}

.error {
	color: #ff0000;
	text-align: center;
	clear: both;
	padding: 6px 0 0 0;
	font-size: 12px;
}

/* sIFR fix */
.sIFR-alternate {
	display: none;
}


