

/*---------/ LOGIN /---------*/
#LoginPage
{
    background: #105564 url(bg.png) repeat-x scroll top center;
}
#LoginPage #LoginBox
{
	position:absolute;
	background: url(bkg-login.jpg) no-repeat scroll top center ;
	z-index:1;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width: 500px;
	padding: 0px;
	overflow: hidden;
}
.LoginFooter
{
	position:absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width: 500px;
	padding: 0px;
}
#LoginPage #LoginBox #LoginWrapper
{
	position: relative;
top: 327px;
width: 339px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
color: #FFF;
font-size: normal;
font-weight: 14px;
text-align: left;
padding: 0px;
left: -4px

}


.LoginTableMessage
{
	text-align: center; 
	padding-top: 10px;
	margin-top: 5px;
	color: #ff0000;
}

.ForgotPasswordLink a
{
	font-weight:normal;
	font-style:normal;
	font-size:80%;
	text-decoration:none;
	color: white;
}

.boxheader
{
	height: 24px;
	line-height: 24px;
	background: #9D9D9D url(boxheader.png) repeat-x left bottom;
	font-weight: bold;
	color: #414042;
	padding: 0 10px;
}

