﻿/* Styles for Login page */
body
{
	background-color:#EDEADA;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#8E8B79;
	font-size:10px;
}
form
{
	position:relative;
	top: 16px;
}

.formAction
{
	margin-top: 20px;
}
label
{
	color: #8E8B79;
	padding-top: 4px;
	padding-left: 1px;
	display:block;
}

.message
{
	position:absolute;
	bottom:0;
	margin-top: 20px;
	color: #000000;
}
.error
{
	color: #ff0000;
}

/* FOOTER */

.finePrint
{
	font-size: 9px;
	color: #8E8B79;
	z-index:2;
}
.finePrint2
{
	font-size: 9px;
	color: #8E8B79;
	z-index:2;
}
.bannerPhoneNumber
{
	bottom: 20px;
	font-weight: bold;
	width:900px;
	padding:0;
	margin:0;
	font-size: 12px;
	color: #8E8B79;
	text-align: center;
	z-index: 1;
}
.loginBranding
{
	margin:0pt;
	padding:0pt;
	text-align:center;
	width:100%;
	z-index:2;
}
/*ACCOUNT SETUP PAGE*/
.accountPageContainer 
{
	width:720px; 
	height:100%; 
	text-align:center; 
	padding-top:20px; 
	margin-left:auto; 
	margin-right:auto;	
}
.accountPageTop
{
	width:100%; 
	height:38px; 
	background-image:url(../images/createaccount/topBG.png); 
	background-repeat:no-repeat; 
	background-position:top left;
}
.accountPageBody
{
	width:100%; 
	height:auto; 
	background-image:url(../images/createaccount/BG.png); 
	background-repeat: repeat-y;
}
.accountPageBottom
{
	margin: 0 auto; 
	height:40px; 
	background-position:bottom left; 
	background-repeat:no-repeat; 
	background-image:url(../images/createaccount/bottomBG.png);
}
.accountFormContainer 
{
	padding-top:20px;
	width:616px;
	margin: 0 auto;
	min-height:21px;
	background-image:url(../images/createaccount/subBGtop.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.accountFormBody 
{
	width:100%;
	padding-top:10px;
	height: 75px;
	background-image:url(../images/createaccount/subBG.png);
	background-position:center;
	background-repeat:repeat-y;
}
.accountFormTitle 
{
	font-size:18px;
	text-align:left;
	margin: 0 auto;
	margin-left: 15px;
	margin-bottom:10px;
	color:#3AB3CE;
}
.accountFormLeftContainer 
{
	width:270px;
	float:left;
	height:auto;
	margin: 0 auto;
	margin-left: 25px;
}
.accountFormLeft 
{
	width:260px;
	height:45px;
	text-align:left;
}
.accountFormRightContainer 
{
	float:right;
	width: 250px;
	height:auto;
	margin: 0 auto;
	margin-right: 15px;
	text-align:left;
}
.accountFormRight 
{
	float:left;
	width:250px;
	height:45px;
	text-align:left;
}
.accountFormBottom 
{
	width:100%;
	height:25px;
	background-image:url(../images/createaccount/subBGBottom.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.accountFormButtons
{
	text-align:center; 
	margin-top: 10px
}
.accountFormButtons span
{
	padding-left: 30px;	
}
.accountFormErrors
{
	font-size: 12px; 
	color: red
}
.title1 
{
	color:#3AB5CD;
	font-size:22px;
	width:670px; 
	margin: 0 auto;
	margin-bottom:10px;
	margin-left: 35px; 
	text-align:left;
}

