/* CSS Document */

body, html{
	padding:0;
	margin:0;
}

body{
	background-image:url(/img/bgs/home.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.63em;
}

*{
	padding:0;
	margin:0;
}

h1{
	font-size:1.2em;
	margin-bottom:0.75em;
}

a{
	color:#FFFFFF;
}

#logo{
	position:absolute;
	left:-209px;
	top:-232px;
	background-image:url(/img/logo.png);
	background-repeat:no-repeat;
	width:180px;
	height:73px;
}
*html #logo{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='fixed');
}

#content_wrapper{
	position:relative;
	top:259px;
	left:241px;
	width:750px;
}

#division_line{
	position:absolute;
	background-image:url(/img/line.png);
	width:645px;
	height:1px;
	top:-98px;
	left:-200px
}
*html #division_line{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/line.png', sizingMethod='fixed');
}

#intro{
	position:relative;
	width:27em;
}

#errorintro{
	position:relative;
	width:27em;
	height:290px;
}

#form_wrapper{
	margin-top:3em;
	width:370px;
}

label{
	display:block;
	font-weight:bold;
	padding-bottom:0.5em;
	clear:both;
}

p{
	margin-bottom:1.2em;
}

.dayDropdown
{ width:115px;
  margin-right:3px;
}
.monthDropdown
{ width:115px;
  margin-right:3px;
}
.yearDropdown
{ width:115px;
}
#month.dropdown,
#year.dropdown{
	width:115px;
}

#day.dropdown,
#month.dropdown{
	margin-right:3px;
}

.countryDropdown{
	width:359px;
	margin-bottom:2em;
}

.countryLabel{
	position:relative;
	margin-top:2em;
}

#enter_button,
#exit_button{
	position:relative;
	margin-top:7px;
}
#exit_button{
	left:58px;
}

#age_error_msg{
	margin-top:1.5em;
	margin-bottom:1.5em;
	color:#FF0033;
}

#age_error_msg span{
	display:block;
}

#footer{
	position:relative;
	top:7em;
	padding-bottom:12px;
}
*html #footer{
	position:absolute;
	top:40em;
}


#footer_division_line{
	position:absolute;
	background-image:url(/img/line.png);
	width:645px;
	height:1px;
	top:-20px;
	left:-200px
}
*html #footer_division_line{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/line.png', sizingMethod='fixed');
}

#sig{
	position:absolute;
	background-image:url(/img/sig.gif);
	width:139px;
	height:34px;
	top:-10px;
	left:-198px;
}

.greylg{
	font-size:1.1em;
	font-weight:bold;
	margin:0;
}
.greylg,
.grey{
	color:#515355;
}


.footer_links p,
.footer_links a{
	color:#FFFFFF;
	text-decoration:none;
}
