#loginPage {
	width: 1280px;
	height: 850px;
	margin: auto;
	background: url(../images/background.jpg) no-repeat;
}
/**Header**/
#loginPageHeader{
	width: 25%;
	height: 20%;
	margin-left: 25%;
	top: 10px;
	position: relative;	
}
#headerImage {
	background: url(../images/header.png) no-repeat;
	width: 590px;
	height: 380px;
	position: relative;
}
#footerImage {
	background: url(../images/footer.png) no-repeat;
	width: 1280px;
	height: 237px;
	position: relative;
	top: -90px;
}
/**Content**/
#loginContentWrapper{
	height: 100%;
	width: 1280px;
	position: absolute;
}
/**Login Container**/
#loginCon {
	width: 320px;
	height: 320px;
	margin-left: 25%;
	margin-top: 200px;
	position: relative;
}
.fieldCon{
	width:200px;
	margin:auto;
	margin-top:10px;
}
.loginInputs{
	width:100%;
}
.loginLabels{
	color:white;
}
#loginGrid1, #loginGrid2{
	margin-top: 10px;
}
#loginGrid3{
	width: 220px;
	height: 60px;
	margin-left: 18.75%;
}
#loginGrid3 label{
	font-size:10px;
}
#loginGrid3 a{
	color:#00833d;
	font-size:10px;
	top: 10px;
	position: relative;
}
#loginGrid4{
	width:200px;
	margin:auto;
	margin-top:10px;
}
#saveCred{
	margin-left: 0px;
	position: relative;
	top: 2px;
}
#loginBtn{
	color:white;
	background:rgb(52, 114, 77);
	width:100%;
	height:40px;
	border-width: 0px;
}
#loginBtn:hover{
	cursor:pointer;
	cursor:hand;
}
#authErr{
	width: 260px;
	height: 30px;
	margin-left: 18.75%;
	margin-top: 10px;
	font-size: 14px;
}