﻿/*body, html{
	width:100%;
	height:100%;
	background-color:#fff;
	margin:auto;
	color:#000;
	font-family:Segoe UI;
	font-size:0.85em;
}*/
#LoginHd
{
	background-image:url(./../../Images/ATPHd.jpg);
	width:950px;
	height:140px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	vertical-align:bottom;
	font-family:Segoe UI;
	font-size:1em;
	position: relative;
}

#login
{
    background-color:#fff;		
	border:solid 2px #4F6C8A;
	height:550px;
	width:950px;
	text-align:center;
}
.statusBar 
{
	clear:both;
	background-color:#6B8DC2;
	width:100%;
	height:28px;
	color:White;
	font-weight:bold;
	padding:3px 0px 0px 0px;
}

/*.pgLoginBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-image:url(./../../Images/pgLoginBtn.png);
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
}

.pgLoginBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgLoginBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:40px;
	cursor:pointer;
	text-decoration:none;
	line-height:40px;
}
.pgCancelBtn
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancelBtn.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
	text-decoration:none;
	line-height:40px;
}

.pgCancelBtn:hover
{
	width:110px;
	height:40px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image:url(./../../Images/pgCancelBtn_hover.png);
	font-family:Verdana;
	font-size:1.1em;
	font-weight:500;
	color:#EFF2FA;
	text-align:left;
	padding-left:35px;
	cursor:pointer;
}*/