/*//////////////////////////////////*/
/*  BRAND BASE STYLESHEET	    	*/
/*  Revised 03/22/2012		    	*/
/*//////////////////////////////////*/
body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #2a2a2a;
}

/*---------/ LOGIN /---------*/
#LoginPage
{
	background: #FFFFFF url(bg.png) repeat-x scroll top center ;
    height: 100%;
    width: 100%;

}
/* .LoginHeader{
	 margin-left:auto;
	 margin-right:auto;
	height:100%;
	width:900px;
}*/
#LoginPage #LoginBox
{
	position:absolute;
	background: url(bkg-login.png) no-repeat scroll top center ;
	z-index:1;
	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;
	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: 380px;
width: 350px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
color: #59595B;
font-size: 95%;
font-weight: normal;
text-align: left;
padding: 0px;
left: 0px;
}

.LoginTableMessage
{
	text-align: center; 
	padding-top: 10px;
	margin-top: 5px;
	color: #ff0000;
}
.text-danger {
color: #ffffff;
}
.boxheader
{
	height: 24px;
	line-height: 24px;
	background: #9D9D9D url(boxheader.png) repeat-x left bottom;
	font-weight: bold;
	color: #414042;
	padding: 0 10px;
}

