html, body 
{
/*
	background-image: url(images/pagebg.png);
	background-repeat: repeat-x;
*/
	background-color: #eee;
	width: auto;
	height: 100%;
	text-align:left;
	margin: 10px 0 0;
}
.loginWrap 
{
	width: 680px; /* Satheesh Changed */
	margin: 0 auto;
}
.loginWrap form
{
	margin: 0;
	padding: 0;
}
.loginHeader
{
	height: 90px;
	margin: 0 auto;
}
.loginHeader img
{
	float: left;
}
.loginHeader div 
{
	margin: 70px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
}
.loginContainer 
{
	width: 100%;
	margin: 0 auto;
}
.loginContainer table:first-child
{
/*	width: 100%;*/
}
.login 
{
	width: 260px;
	height: 305px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
.login table
{
	border-collapse: collapse;
}
.login td 
{
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	height: 28px;
}
.login td:first-child
{
	padding: 0 8px 0 0;
}
.login .message
{
	float: left;
	clear: both;
	width: 95%;
	height: 40px;
	padding: 20px 0 0;
}
.shield
{
	float: left;
	clear: left;
}
.loginPromo 
{
/*	background-image: url(images/pay_proc_2.0-login.png);*/
	width: 364px;
	height: 294px;
	float: right;
	clear: none;
/*	border: solid 1px #DEDEDE;*/
	line-height: 14px;
}
.login input[type="text"], .login input[type="password"] 
{
	border: solid 1px #7f9db9;
	margin: 0;
	padding: 0;
	width: 160px;
}
/* Moved to brand style sheet - 08/31/2011 bdentice
.login a 
{
	display: block;
	float: left;
	clear: both;
	color: #0079c2;
	text-decoration: underline;
	line-height:20px;
	cursor: pointer;
}
*/
.browserInfo
{
	width: 260px;
	height: 235px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	display: none;
}
.browserInfo p
{
	margin-top: 0;
}
.browsers ul
{
	list-style: none outside none;
	margin: 10px 0 10px;
	overflow: hidden;
	padding: 0;
}
.browsers ul li
{
	float: left;
	width: 50%;
	text-align: center;
}
/* Moved to brand style sheet - 08/31/2011 bdentice
.browsers a
{
    background: url("../Images/browser-icons.png") no-repeat scroll center top transparent;
	display: block;
	padding: 40px 0 0;
	color: #0079c2;
	text-decoration: underline;
	cursor: pointer;
}
*/
.browsers ul li#firefox a
{
	background-position: center -84px;
}
.browsers ul li#chrome a
{
	background-position: center -168px;
}
.browsers ul li#safari a
{
	background-position: center -252px;
}
/* Moved to brand style sheet - 08/31/2011 bdentice
.showLogin
{
	margin: 20px 0 0;
	float:right;
	color: #0079c2;
	text-decoration: underline;
	cursor: pointer;
}
*/
.loginFooter 
{
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333;
	text-align: center;
}
/* Start Satheesh */
.forgotPwd
{
	width: 260px;
	height: 235px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
.resetMsg
{
	margin: 0 0 10px;
	white-space: normal;
}
.confMsg
{
	white-space: normal;
}
.forgotPwd table
{
	border-collapse: collapse;
}
.forgotPwd td 
{
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	height: 28px;
}
.forgotPwd td:first-child
{
	padding: 0 8px 0 0;
}
/* Moved to brand style sheet - 08/31/2011 bdentice
.forgotPwd .showLogin
{
	margin: 20px 0 0;
	float:right;
	color: #0079c2;
	text-decoration: underline;
	cursor: pointer;
}
*/
.forgotPwd input[type="text"], .login input[type="password"] 
{
	border: solid 1px #7f9db9;
	margin: 0;
	padding: 0;
	width: 160px;
}
.forgotPwd a 
{
	display: block;
	float: left;
	clear: both;
	color: #0079c2;
	text-decoration: underline;
	line-height:20px;
	cursor: pointer;
}
.resetPwd
{
	width: 260px;
	height: 235px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
.resetPwd input[type="text"], .resetPwd input[type="password"] 
{
	border: solid 1px #7f9db9;
	margin: 0;
	padding: 0;
	width: 160px;
}
.resetPwd table
{
	border-collapse: collapse;
}
.resetPwd td 
{
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	height: 28px;
}
.resetPwd td:first-child
{
	padding: 0 8px 0 0;
}
input[type="button"]#popup_ok
{
	background: url(images/btnOk.png);
	width: 42px;
	height: 24px;
	vertical-align: middle;
	color: transparent;
	border: 0;
	cursor: pointer;
}
input[type="button"]#popup_cancel
{
	background: url(images/btnCancel.png);
	width: 66px;
	height: 24px;
	vertical-align: middle;
	color: transparent;
	border: 0;
	cursor: pointer;
}
/* End Satheesh */