﻿.cssLoginTemplated
{
  width: 580px;
  margin:auto;
  top:0px;
}
.cssLoginTemplated .AspNet-Login
{
	min-height: 250px;
	height: expression(this.scrollHeight > 250 ?  "auto" : "250px" );
  font-family: Verdana;
  font-size: 0.7em;
  border: solid 1px #8c9ba0;
  background: #ededed url('./Images/Login/LoginBg.png') repeat-x bottom;
	position:relative;
	top:140px;
}
.cssLoginTemplated .AspNet-Login #loginBox
{
	float:left;
	position:relative;
	left:360px;
	top:85px;
}
.cssLoginTemplated .AspNet-Login #loginBox .tbxsLogin
{
	width:150px;
}
.cssLoginTemplated .AspNet-Login #loginBox .loginBtn
{
    background:#f2f2f2;
    color: #465239;
    border: solid 1px #465239;
    font-family:Courier New;
    padding-top:1px;
    width:153px;
}

.lblError
{
  color:Red;
  margin-top:500px;
}

/*
.cssLoginTemplated .AspNet-Login #extrasBox
{
	float:right;
	position:relative;
	left:180px;
	top:230px;
}
.cssLoginTemplated .AspNet-Login #loginBox .rememberMeChx
{
    
}
*/

/******* login1.aspx *******/
#loginBox a, #loginBox a:link
{
	text-decoration: none;
	color: #000;
}
#loginBox a:visited
{
	color: #000;
}
#loginBox a:hover
{
	text-decoration: underline;
}
#loginBox a:focus
{
	-moz-outline-style: none;
}
/*this avoids having image replacement sections display a dotted outline*/
