body{
	background-color: #ffffff;
	margin: 0px;
}
#bottom{
  position: absolute;
  width: 100%;
  height: 44px;
  background-image: url(../img/navbar-repeat-login.png);
  background-repeat: repeat-x;
  z-index: -1;
}
#container{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}
#xheader{
	width: 100%;
	height: 641px;
	top:0px;
}
#navbar{
	width: 100%;
	height: 44px;
	top: 0px;
	left: 0px;
	background-image: url(../img/navbar.png);
	background-repeat: no-repeat;
	cursor: pointer;

}
.error{
  background-color: #fefdd2;
  
}
#sub_navbar{
	width: 1000px;
	height: 61px;
	top: 44px;
	left: 0px;
	background-image: url(../img/sub-navbar.png);
	background-repeat: repeat-x;
	z-index: 3;
	position: absolute;
}

#head{
	width: 100%;
	height: 545px;
	top: 105px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

#xfooter{
	width: 100%;
	height: 469px;
	background-image: url(../img/footer-login-desktop.png);
	position: absolute;
	top: 700px;

}


#xcontent{
	top: 215px;
	width: 440px;
	height: 440px;
	z-index: 4;
	left: 50%;
	margin-left: -220px;
	position: absolute;
}


#Apple_ID {
  font-size: 55px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  line-height: 0.964;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 5;
  width: 100%;
}

#Manage_Account{
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 5;
}

#xuser{
  position: absolute;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 316px;
  height: 44px;
  top: 150px;
  left: 55px;
  padding-left: 10px;
  font-family: sans-serif;
  font-size: 17px;
}
#xpass{
  position: absolute;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 316px;
  height: 44px;
  top: 194px;
  left: 55px;
  padding-left: 10px;
  font-family: sans-serif;
  font-size: 17px;
}

#xbtn{
	border: 0px;
	width: 29px;
	height: 28px;
	z-index: 6;
	top: 205px;
	left: 342px;
	position: absolute;
	cursor: pointer;
  display: block;
}
.xbtn1{
  background: url(../img/btn.png);
}
.xbtn2{
  background: url(../img/btn2.png);
}


#Remember_me{
  font-size: 14px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  top: 260px;
  left: 170px;
  position: absolute;
}
#option{
	width: 11px;
	height: 11px;
	background-color: #fff;
	position: absolute;
	top: 262px;
	left: 150px;
}
#Forgot_Apple_ID{
  font-size: 14px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  top: 390px;
  left: 120px;
  position: absolute;
}
#loading{
  width: 28px;
  height: 28px;
  position: absolute;
  border: 0px;
  background: url(../img/33.gif);
  z-index: 6;
  top: 205px;
  left: 342px;
  display: none;
}
