﻿/* Styles for Login page */
html,body
{
	margin:0;
	padding:0;
	background-image: url(../images/access/bg.jpg);
	background-repeat: repeat;
	background-color: transparent;
	height: 100%;
	z-index:-1;
	text-align:center;
}
#loginContainer
{
	position:relative;
	width:699px;
	height:100%;
	margin:0 auto;
	text-align:left;
}
#login
{
	position:absolute;
	top:30%;
	background-image: url(../images/access/loginBG.jpg);
	background-position:center top ;
	background-repeat: no-repeat;
	width: 100%;
	height: 367px;
	margin: 0 auto;
	margin-top: -153px;
	z-index:3;
}
form
{
	position:absolute;
	top:94px;
	left:60px;
	height: 210px;
	width:350px;
}
.formAction
{
	margin-top: 20px;
}
.formAction img
{
	vertical-align: bottom;
	margin-left: 1em;	
}
.formAction input[type="image"]
{
	vertical-align: bottom;	
}
#forgotPassword
{
	margin-left: 1em;
}
label
{
	color: #8E8B79;
	padding-top: 4px;
	padding-left: 1px;
	display:block;
}
.inputField
{
	margin-top: 10px;
}
.column 
{
	float:left;
	width: 210px;
}
.message
{
	position:absolute;
	bottom:0;
	margin-top: 20px;
	color: #000000;
}
.error
{
	color: #ff0000;
}

/* FOOTER */
#accessFooter
{
	position:absolute;
	bottom:32px;
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
	z-index:2;
}
.loginBranding
{
	width:100%;
	padding:0;
	margin:0;
	text-align: center;
	z-index:2;
}
.loginBranding img 
{
	width: 96px;
	height: 92px;
	margin:0 auto;
	z-index:2;
}
.finePrint
{
	font-size: 9px;
	color: #8E8B79;
	z-index:2;
}
.finePrint2
{
	font-size: 9px;
	color: #8E8B79;
	z-index:2;
}
.bannerPhoneNumber
{
	font-weight: bold;
	font-size: 12px;
	color: #8E8B79;
	z-index:2;
}
/*
.passContainer
{
	width: 150px;
	float: right;
	margin-top: 66px;
	height: 100px;
}
#loginField
{
	width: 200px;
	height: 250px;
	margin-left: 74px;
	margin-right: 0;
	float: left;
}


*/
