body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.PageWrapper
{
	width: 100%;
	height: 100%;
}

.LoginContainer
{
	width: 300px;
	height: 150px;
	border: 1px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -75px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F0F0F0;
}
