.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}
#fixedContainer
{
  position: absolute;
  width: 426px;
  left: 50%;
  top: 146px;
  margin-left: -210px; /*half the width*/
  z-index: 9000;
}
.header-container {
	/*background-image:url('../images/hr-header.png');
	background-repeat: repeat-x;*/
	background-image:url('../images/headerbg.png');
	background-repeat: repeat-y;
	background-position: center bottom;
	
	background-color: #FFFFFF;
}

.header-container #header-div{
	width:1100px;
	margin:auto;
}

.header-container #header-div #logo{
	margin: 10px 0px 15px;
}

.footer-div{
	padding: 20px 0px;
	text-align:center;
	background-color:#f5822b;
	color:#FFFFFF;
}

.login-div {
	/*background-color:#fff;*/
	padding: 45px 0px 5px 0px;
}

.logintable {
	margin: auto; 
	width: 350px;
}
.logintable .login-tubtext {
	background-color: #0083C1 !important;
    font-size: 15px;
    text-align: center;
}