/*** LOGIN OVERLAY ***/
#loginOverlay{
	position: absolute;
	width: 50%;
	height: 30%;
	left: 42%;
	top: 25%;
	font: normal 12px/21px Arial;
}
#loginOverlay .logo {
	position: relative;
	width: 190px;
	height: 67px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 5px;
}
.displayNone{
	display:none;
}

#logo { background:url("../images/logo.png"); background-repeat: no-repeat;}

#loginSubmitButton{margin-right: 5px;}

