/* --------------------------------------------------------------------------------------- Elements: */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Verdana;
	background-repeat: repeat;
	background-image: url();
	text-align: center;
	background-color: #ffffff;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
input {
	padding: 1px;
	font-size:12px;
	font-family: Verdana;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	border: 0px;
	color: #000000;
	background-color:transparent;
}
input:hover {
}

/* --------------------------------------------------------------------------------------- Classes: */

/* --------------------------------------------------------------------------------------- IDs: */

#screenWrapper {
	/* sets screen area for positioning */
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url();  /* screen background */
	background-position: top;
	background-repeat: repeat-x;
}
#verticalWrapper{
	/* sets the vertical position within screenWrapper */
	position: absolute;
	top: 50%;
	left: 50%
}
#horizontalWrapper{
	/* sets the horizontal position within screenWrapper(verticalWrapper) */
	position: absolute;
	top: -150px;
	left: -233px;
	width: 466px;
	height: 300px;
}
#contentWrapper {
	z-index: 1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-image: url('images/netquake_login.png');  /* screen background */
	background-position: center;
	background-repeat: no-repeat;
}
#contentContainer {
	/* work area within contentWrapper */
	position: relative;
	width: 466px;
	height: 300px;
}
#input_login {
	position: absolute;
	top: 169px;
	right: 28px;
	width: 166px;
	height: 14px;
}
#input_passcode {
	position: absolute;
	top: 211px;
	right: 28px;
	width: 166px;
	height: 14px;
}
#input_submit {
	position: absolute;
	top: 250px;
	right: 27px;
	height: 14px;
}
