.banner { width:100%; height:61px; font-size:0px; }
.banner .appLogo { height:35px; width:175px; background:url(http://dmziens72.gov.edmonton.ab.ca:80/login/images/ensemble_header.gif) no-repeat left; color:white; }

.loginForm {
	position: absolute;
	left: 50%;
	top: 25%;
	width: 530px;
	height: 350px;
	margin-left: -265px; /* half of width */
	margin-top: -87.5px; /* quarter of height */
	border: 1px solid #999999;
}

.loginFormName {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.loginFormDirections {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
}

.loginFormInputLabel {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
}

.loginFormError {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    color: red;
}

.loginFormCopyrightNotice {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 10px;
    color: #666666;
    position: absolute;
    bottom: 5px;
}
