/* *****************************************************
Login Page
**************************************************** */
.axentLogo{
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 100;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333;
}
/***** New loook of login page****************************
div#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#333;
}
.header{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0 auto;
	height:35px;
	width:982px;
	background:#fe0000;
	background: -moz-linear-gradient(top, #fe0d0d 0%, #e30000 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0d0d), color-stop(100%, #e30000));
  	background: -webkit-linear-gradient(top, #fe0d0d 0%, #e30000 100%);
  	background: -o-linear-gradient(top, #fe0d0d 0%, #e30000 100%);
  	background: -ms-linear-gradient(top, #fe0d0d 0%, #e30000 100%);
  	background: linear-gradient(to bottom, #fe0d0d 0%, #e30000 100%);
  	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fe0d0d', EndColorStr='#e30000', GradientType=0);
}
#axentfactory{
	position:absolute;
	top:35px;
	right:0;
	left:0;
	bottom:0;
	margin:0 auto;
	max-width:980px;
	border:solid 1px #DDDDDD;
	border-radius:0 0 5px 5px;
}
.error{
	position: absolute;
	top: 2px;
	right: 375px;
	width: 186px;
	height:27px;
}
*/
#loginContainer {
	position:absolute;
	z-index:1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 35px;
	min-width: 1024px;
	min-height: 744px;
}
#loginContainer .box{
	position:absolute;
	top:50%;
	left:50%;
	margin: -160px 0 0 -250px;
	width: 780px;
	height:280px;
	font: 11px Arial;
}
#loginContainer form{
	float: left;
	display: inline;
	width: 555px;
	height: 284px;
	margin: 0 0 0 20px;
	background: url(../images/BG-loginBox.png) top left no-repeat;
}
#loginContainer input{
	border: 0px;
	width: 400px;
	height: 43px;
	background: url(../images/BG-loginInput.png) top left no-repeat;
	font: bold 16px Arial;
	color: #333;
	padding-left: 10px;
	vertical-align: middle;
	margin-left:2px;
}
#loginContainer input[type='checkbox']{
	border: 0px;
	width: 20px;
	height: 15px;
}
#loginContainer .username{
	position: absolute;
	top: 82px;
	left: 140px;
}
#loginContainer .password{
	position: absolute;
	top: 150px;
	left: 140px;
}
#loginContainer .remember{
	color:white;
	position:absolute;
	left:40px;
	top:230px;
}
#loginContainer label{
	float: left;
	display:inline;
	margin: 3px 10px 0 0;
	font: bold 14px Arial;
}
#loginContainer .loginButton{
	position: absolute;
	bottom: 14px;
	left: 440px;
	width: 114px;
	height: 44px;
	border: 0;
	background:0;
}
#loginContainer .title{
	font: 18px Arial;	
	margin-bottom: 20px;
}
#loginContainer .title img{
	vertical-align: middle;
	margin-right: 3px;
}
#loginContainer .error{
	position: absolute;
	top: -60px;
	width: 558px;
	height:52px;
	background: url(../images/BG-loginError.png) top left no-repeat;
}
.footer-bar {
    border-top: 1px solid #E5E5E5;
    bottom: 0;
    height: 35px;
    overflow: hidden;
    position: absolute;
	left:0;
    width: 100%;
	text-align:center;
	font-family: Arial,sans-serif;
	font-size:13px;
	color: #404040;
	min-width: 1024px;
	background: none repeat scroll 0 0 #F5F5F5;
}
.footer {
    font-size: 0.85em;
	font-weight:bold;
    line-height: 0;
    padding-top: 5px;
    white-space: nowrap;
}
.footer a{
	cursor:pointer;
}