﻿* {
padding: 0;
margin: 0;
}

html, body
{
	height: 100%;
}


.login_header
{
	background-image:url(/images/Login_page/login_header.png);
	background-repeat:no-repeat; 
	text-align:center;
	height:56px;
}
.login_header_txt
{
	color:#f8fafb; 
	font-weight:bold; 
	font-size:15px; 
	font-family:Arial;
}

.login_header_NewToSite
{
	color:#84c223;
	height:100%; 
	font-style:italic; 
	vertical-align:super; 
	padding-top:50px; 
	font-size:12px; 
	font-weight:bold;
}
.login_body
{
	background-image:url(/images/Login_page/login_body.png); 
	background-repeat:repeat-x; 
	height:366px;
}
.login_validator
{
	font-family:Arial; 
	font-style:italic; 
	font-weight:bold; 
	font-size:13px;
}
.login_msg
{
	color:Red; 
	font-size:14px; 
	font-weight:normal; 
	font-family:Georgia; 
	margin-bottom:10px;
}
.login_txt
{
	/*color:#1eb2ff; */
	font-size:14px; 
	font-weight:bold; 
	font-family:Arial; 
	margin-bottom:10px;
}

.login_header_txtLogin
{
	color:#1eb2ff; 
	height:100%; 
	font-style:italic; 
	vertical-align:super; 
	padding-top:50px; 
	font-size:12px; 
	font-weight:bold;
}
.newvalue
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	font-size:12pt;
    background-color:transparent;
    font-family:Arial;
    height:30px; 
    vertical-align:middle;    
}
.loginDisplay
{
	/*border:1px solid red;*/
    font-size: 1.1em;
    display: block;
    float: left;
    text-align: right;
    color: White;
    width: 50%; 
    height:100%;
}
.loginDisplay p
{
	line-height:100%;
	margin-right:6%;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
