﻿div#loginerror
{
	border: 0px solid red;
	position: fixed;
	visibility: hidden;
	display: none;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100px;
	z-index: 100;
}

div#loginerrormessage
{
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-left: auto;
	margin-top: -100px;
	position: relative;
	background-color: Red;
}
