
body {
	font-family: "Trebuchet MS", sans-serif;
	color: white;
	text-align: center;
	background: url(eins.png);
	margin: 0;

}


#wrapper {
	position: absolute;
	width: 400px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0px 0px -200px;
	background: url(test.png);
	border: 6px solid white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}

#wrapper  b {
	text-align: center;
	color: #999;
}

.head{
	text-align: center;
	color: white;
	width: 100%;
	height: 65px;
	font-size: 26px;
	background: url(hgsw.png);
}

.head p {
	font-size: 12px;

}

.name{
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}


.pw {
	font-size: 14px;
	text-align: center;
	width: 100%;
}

.log{
	text-align: center;
	width: 100%;
}

.error {
	text-align: center;
	color: white;
	width: 100%;
	height: 65px;
	font-size: 26px;
	background: url(hgf.png);
}

.error p {
	font-size: 12px;

}