@charset "utf-8";
#LoginUserBox {
	position: absolute;
	height: 220px;
	width: 312px;
	margin-top: -120px;
	margin-left: -156px;
	left: 50%;
	top: 50%;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	border: thin solid #069;
	padding: 10px;
	background-position: 10px 10px;
	border-radius: 6px;
	background-color: #FFF;
	box-shadow: 10px 10px 3px #000;
}
.tcenter{
	text-align: center;
}
.hidden{
	display: none;
}
body {
	background-image: url(fondo.png);
}
