@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
}

#landingLogo {
	position:absolute;
	left:50%;
	top:10%;
	z-index:1;
	width: 358px;
	margin-left: -179px;
}

#login {
	position:absolute;
	left:50%;
	top:20%;
	z-index:1;
	width: 358px;
	margin-left: -179px;
}

#login table {
	width: 300px;
}

#login table th {
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	background-color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}

#loginError {
	color: #F00;
	text-align: center;
	line-height: 3em;
	font-weight: bold;
}

#playzone {
	position: absolute;
	height: 500px;
	width: 500px;
	top: 80%;
	border: 1px solid #CCC;
	margin-left: -250px;
	left: 50%;
}
