body {
	margin:0 auto;
	vertical-align:middle;
	text-align:center;
	min-height: 1000px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#646870+0,333333+100 */
background: rgb(100,104,112); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(100,104,112,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(100,104,112,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(100,104,112,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646870', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
div#loginBox {
	position: relative;
	margin: 10% auto;
	max-width: 500px;
	background-color: white;
	border-radius: 1em;
	padding: 2em;
}
.label {
	color: #aaa;
	font-size: 12px;
}
a.smallLink {
	font-size: 12px;
}
.InvalidLogin {
	color: Red;
	font-size: 10px;
}
.lg {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}