body, html {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: white;
	background-color: black;
}

.formL {
	position: absolute;
	top: 35%;
	width: 100%;
	padding: 50px;
	background-color: black;
	color: white;
	clear: both;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

.logo {
	position: absolute;
	top: 35%;
	right: 0;
	padding: 50px;
}

.ologo {
	position: absolute;
	margin-left: -60px;
	bottom: 0;
	left: 50%;
	padding: 10px;
}

.flash {
	position: absolute;
	left: 50%;
	margin-left: -25%;
	top: 20%;
	width: 50%;
	text-align: center;
}

.bgFill {	
	position: absolute;
	top: 50%;
	height: 50%;
	width: 100%;
}

.hint {
	color: white;
	font-size: 11px;
}

