@import url("general_st.css");


body{
	background:#000000 url('../img/general/LanguageSelector.jpg') top center no-repeat;
}

#landing_container{
	width: 100%;
	margin:0px auto;
	height: 100%;
}

#select_langs{
	width: 280px;
	margin:-65px auto;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 40px;
}

#select_langs .title{
	font-size: 12px;
	font-weight: bold;
	height:25px;
}


/* Lang Selector menu ****************/
/*************************************/
#select_langs ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 135px;
float: left;
}

#select_langs a {
font: bold 11px "Tahoma", arial, helvetica, sans-serif;
display: block;
color:#dcbb1e;
text-decoration: none;
padding:3px 0px;
}

#select_langs a:hover{
color:#bebebe;
}

#select_langs a.ntham{
	background:transparent url('../img/select/ntham.png') top right no-repeat;
	width:135px;
	height:15px;
}

#select_langs a.ntham:hover{
	background:transparent url('../img/select/ntham_over.png') top right no-repeat;
}

#select_langs a.europe{
	background:transparent url('../img/select/europe.png') center top no-repeat;
	width:135px;
	height:15px;
}

#select_langs a.europe:hover{
	background:transparent url('../img/select/europe_over.png') center top no-repeat;
}

#select_langs a.oceania{
	background:transparent url('../img/select/australasia.png') center -1px no-repeat;
	width:135px;
	height:15px;
}

#select_langs a.oceania:hover{
	background:transparent url('../img/select/australasia_over.png') center -1px no-repeat;
}

#select_langs a.asia{
	background:transparent url('../img/select/asia.png') top center no-repeat;
	width:135px;
	height:15px;
}

#select_langs a.asia:hover{
	background:transparent url('../img/select/asia_over.png') top center no-repeat;
}

#select_langs li 
{
   width: 135px;
   float:left;
   margin-right: 50px;
}

#select_langs ul ul {
z-index: 500;
width: 400px;
padding-bottom: 100px;
}

#select_langs ul li ul li a{ 
	font-size:10px;
   height:15px;
   margin-top:4px;
   position:relative;
   text-align:right;
}
#select_langs ul li ul li a img{
	left:0;
   position:absolute;
   vertical-align:middle;
}

.dob_wrapper{
	width:300px;
	margin:0 auto;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align:center;
	font-size: 10px;
}

.dob_header{
   font: bold 11px "Tahoma", arial, helvetica, sans-serif;
}

.select_day, .select_month, .select_year{
	margin: 10px 0 0 0;
}

.select_day{
}
	
.select_month{
}
	
.select_year{
}
	
.enter
{
   vertical-align: bottom;
}

