
/*==================================== LOGIN PAGE ========================================*/
*
{
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 auto;
	text-align: left;
}
html, body
{
	background-color: #F7F7F7;
	height: 100%;
	line-height: 15px;
	margin: 0 auto;
}
form
{
	height:100%;
	}
#main-login
{
	position: relative;
	background-image: url(../Images/login/bgTop.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -65px;
}
#top-login
{
	position: relative;
	background: url(../Images/login/main-login.jpg) no-repeat;
	width: 1024px;
	height: auto;
	padding-bottom: 0 0 115px 0;
}
#login
{
	position: relative;
	background: url(../Images/login/login.png) no-repeat;
	width: 353px;
	height: 469px;
	padding: 120px 58px 0 53px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.title
{
	position: absolute;
	top: 82px;
	right: 65px;
	font-weight: bold;
	font-size: 10px;
}
#login ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#login ul li
{
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	clear: none;
	width: 348px;
	line-height: 20px;
	padding: 0 5px 3px 0;
	/*text-align: right;*/
}
#login ul li.spacer
{
	line-height: 5px;
	height: 5px;
}
#login table td a
{
	color: #ffd200;
}
#login ul li span.logintext, div.logintext
{
	width: 130px;
	float: left;
	text-align: left;
	line-height: 22px;
}
#login ul li input.inputLogin, .inputLogin
{
	border: 1pt solid #c5c5c5;
	background-color: #FFFFFF;
	width: 200px;
	height: 22px;
}
.inputcapcha
{
  margin-top:7px;	
}
input.btnLogin
{
	background: url(../Images/login/btnLogin.gif) no-repeat;
	width: 75px;
	height: 25px;
	color: #FFFFFF;
	border: 0pt;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
.tdtext
{
	width: 130px;
}
.tdforgortpass
{
	line-height: 20px;
	/*padding-right: 12px;*/
	padding-right: 34px;
	text-align: right;
}
.captcha
{
	font-size: 10px;
	color: #d38802;
	font-family: Tahoma;
	font-weight: bold;
}
#login ul li .captcha a
{
	color: #d38802;
	text-decoration: none;
}
#login ul li .captcha a:hover
{
	color: #d38802;
	text-decoration: underline;
}
#login ul li span.sel
{
	color: #431343;
	width: 180px;
	font-size: 10px;
}
#bottom-login
{
	position: relative;
	background: url(../Images/login/bgBottom.gif) repeat-x;
	width: 100%;
	height: 49px;
	clear: both;
	padding: 1px 0 15px 0;
}
#footer-login
{
	width: 1000px;
	height: 38px;
	padding: 6px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
	line-height: 18px;
}
#footer-login a
{
	color: #350436;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
#footer-login a:hover
{
	text-decoration: underline;
}
.footerLeft
{
	width: 500px;
	float: left;
}
.footerRight
{
	width: 500px;
	float: right;
	text-align: right;
}
/*===================================================================================================*/
#top
{
	position: relative;
	background: url(../Images/login/top.gif) no-repeat;
	width: 1024px;
	height: 84px;
	padding-bottom: 0 0 0 0;
}
#logo a
{
	position: absolute;
	top: 16px;
	left: 8px;
	width: 232px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}
.ErrorText
{
	color:Orange !important;
	}