*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#EFF1F2;
}

#LoginBox
{
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:430px;
	margin:-215px 0 0 -250px;
	background-color:white;
	border-radius:10px;
	padding:10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#LoginBox .Logo
{
	width:200px;
	display:table;
	margin:0 auto;
}

#LoginBox table
{
	margin:0 auto;
}

#LoginBox table input[type=text], #LoginBox table input[type=password]
{
	font-size:15px;
	padding:10px;
	text-align:left;
}

#LoginBox table input[type=submit]
{
	font-size:20px;
	padding:10px;
	width:100%;
}

.ErrorMessage
{
	color:red;
	text-align:center;
	margin:10px 10px;
}

#Footer
{
	position:fixed;
	bottom:0px;
	clear:both;
	width:100%;
}

#Footer p
{
	display:table;
	margin:0 auto;
}