/* CSS Document */

/* LOGIN.HTML Properties */

body
{
	background-color: #000000;
	text-align: center;
}


#main
{
	position: relative;
	width: 919px;
	height: 616px;
	background: transparent url(../html/loginBackground.jpg) no-repeat top left;
	margin: 0px auto;
}

#main2
{
	position: relative;
	width: 919px;
	height: 616px;
	background: transparent url(../html/loginBackground.jpg) no-repeat top left;
	margin: 0px auto;
}

#countriesList
{
	position: absolute;
	top: 280px;
	left: 450px;
}

#languageList
{
	position: absolute;
	top: 315px;
	left: 450px;
}

#dayList
{
	position: absolute;
	top: 245px;
	left: 450px;
}

#dayList2
{
	position: absolute;
	top: 245px;
	left: 450px;
}

#monthList
{
	position: absolute;
	top: 245px;
	left: 525px;
}

#monthList2
{
	position: absolute;
	top: 245px;
	left: 525px;
}

#yearList2
{
	position: absolute;
	top: 245px;
	left: 640px;
}

#yearList
{
	position: absolute;
	top: 245px;
	left: 640px;
}

#enterButton
{
	position: absolute;
	top: 360px;
	left: 415px;
}

#enterButton2
{
	position: absolute;
	top: 360px;
	left: 415px;
}

#disclaimer
{
	position: absolute;
	top: 430px;
	left: 205px;
	
	color: #75401e;
	font-family: Arial, serif;
	font-size: 10px;
}

#disclaimer2
{
	position: absolute;
	top: 430px;
	left: 205px;
	
	color: #75401e;
	font-family: Arial, serif;
	font-size: 10px;
}


#rememberLabel
{
	position: absolute;
	top: 400px;
	left: 405px;
	color: #cba368;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#rememberLabel2
{
	position: absolute;
	top: 400px;
	left: 405px;
	color: #cba368;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


/* the 'Get Flash' link */
a:link {color:#cba368;}
a:hover {color:#96572e;}
a:visited {color:#96572e;}
