*
{
	font-family:Verdana, Arial;
}
body
{
	background-image:url(sword.jpg);
	background-position:right;
	background-color: black;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:0px;
}
#pi
{
	color: grey;
	cursor: default;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index: 2;
	text-decoration: none;
}
form
{
	position:absolute;
	top:23px;
	left:23px;
	z-index: 3;
	background-color: black;
}
form fieldset
{
	color: red;
	-moz-border-radius: 5px;
	border-color: red;
	border-width: thin;
}
form fieldset ol
{
	margin: 0;
	padding: 0;
}
form fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}
form input
{
	border-width: 0;
}
form a
{
	color: red;
	text-decoration: none;
}
form.hidden
{
	display: none;
}
form.login
{
}
form input
{
	background-color: white;
}
#container
{
	z-index: 1;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
#container.hidden
{
}
#container.login
{
	background-color: rgb(0, 0, 0);
	opacity: 0.7;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}
.box
{
	position: fixed;
	top: 23px;
	left: 23px;
	color: red;
	padding: 1em;
	-moz-border-radius: 5px;
	border-color: red;
	border-width: thin;
	background-color: white;
	opacity: 0.7;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}
.box .errorcode
{
	font-size: 6em;
	font-weight: bold;
}
.box .shorttext
{
	font-size: 3em;
	font-weight: bold;
}