﻿/*===================================
	Styles for the independent 
	login page
====================================*/

/*=========================
	Initaial Reset
==========================*/
body, html, form, p, ul, li, ol, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body, html, form
{
	height: 100%;
	width: 100%;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(../../Images/bg_login_main.gif) repeat-x top;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.clearFloats
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
}

a
{
	color: #094487;
	text-decoration: none;
}

a:hover
{
	color: #094487;
	text-decoration: underline;
}

/*=========================
	Structure and content
==========================*/
#content
{
	margin: 0 auto;
	padding: 98px 0 40px 0;
	text-align: center;
	width: 445px;
}

h1
{
	height: 54px;
	padding: 0 0 38px 0;
	text-align: center;
}

h2
{
	color: #0a4d99;
	font-size: 1.6em;
	line-height: 1.125em;
	padding: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
}

.inputHolder
{
	background: url(../../Images/bg_login_form_field.gif) no-repeat top left;
	height: 29px;
	padding: 7px 15px 18px 15px;
	width: 415px;
}

.inputHolder input
{
	border: 1px solid #fff;
	color: #333;
	font-size: 15px;
	line-height: 17px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.forgotLink
{
	color: #0a4c99;
	font-size: 1.1em;
	line-height: 1.18em;
	text-decoration: underline;
}

.btnLogin
{
	margin: 32px 0 0 0;
}

#footer
{
	color: #b2b2b2;
	line-height: 1.2em;
	padding: 23px 0 30px 0;
}

.forgottenContainer
{
	height: 249px;
	padding: 43px 0 0 0;
}

.forgottenPasswordTable
{
	width: 425px;
}

.btnSendMe
{
	margin: 24px 0 0 0;
}

.error
{
	color: #990000;
	font-size: 1.2em;
	height: 50px;
	line-height: 1.17em;
	padding: 20px 0 0 0;
}

.forgottenPasswordText
{
	color: #0A4D99;
	font-size: 1.2em;
	line-height: 1.13em;
	text-align: left;
	padding-top: 35px;
}

.hidenHolder
{
	display: none;
}

.stepIncomplete{
	color: #cc0505;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;	
}
