body {
	font-size: small;
	padding: 0;
	margin: auto;
	color: #2E2E2E;
	font-family: verdana,arial,helvetica,sans-serif;
	background: #777777;
}

p {
	margin: 1em;
}

h3 {
	margin: 1em;
	margin-bottom: 2em;
}

a {
	color: #2E2E2E;
}

a:hover {
	color: #2E2E2E;
}

a:visited {
	color: #2E2E2E;
}

.text_success {
	color: #04B431;
}

.text_notice {
	color: #FFBF00;
}

.text_error {
	color: #DF0101;
}

#loginform {
	background: #FFFFFF;
	position: absolute;
	width: 35em;
	height: 32em;
	left: 50%;
	top: 50%;
	margin-left: -17.5em;
	margin-top: -16em;
	border: 1px solid #000000;
	z-index: 1;
}

#pwforgotbox {
	background: #FFFFFF;
	position: absolute;
	width: 35em;
	height: 34em;
	left: 50%;
	top: 50%;
	margin-left: -17.5em;
	margin-top: -17em;
	border: 1px solid #000000;
	z-index: 1;
}

#getaccountbox {
	background: #FFFFFF;
	position: absolute;
	width: 35em;
	height: 31em;
	left: 50%;
	top: 50%;
	margin-left: -17.5em;
	margin-top: -15.5em;
	border: 1px solid #000000;
	z-index: 1;
}

#impressumsbox {
	background: #FFFFFF;
	position: absolute;
	width: 35em;
	height: 32em;
	left: 50%;
	top: 50%;
	margin-left: -17.5em;
	margin-top: -16em;
	border: 1px solid #000000;
	z-index: 1;
}

#loginform_text {
	position: absolute;
	width: 28em;
	left: 50%;
	margin-left: -14em;
	z-index: 2;
}

#username,#password,#email {
	position: absolute;
	left: 12em;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	width: 12em;
}

#autologin,#submit {
	position: absolute;
	left: 12em;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#loginform_malteserbalken {
	background: #F73429;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 189px;
	height: 20px;
}

.loginform_malteserlogo {
	position: absolute;
	right: 24px;
	bottom: 40px;
}