@CHARSET "ISO-8859-1";

#login_center_div{
	text-align: center; 
  position: absolute; 
  top: 50%; 
  left: -100px; 
  width: 100%; 
  height: 1px; 
  overflow: visible; 
  visibility: visible; 
  display: block	
}

#login_align_div{
	margin-left: -125px; 
  position: absolute; 
  top: -155px; 
  left: 50%; 
  width: 450px; 
  height: 250px;	
  text-align:left;
  padding:10px;
}

#login_div{
	position: absolute; 
  top: 150px;
  left: 200px;
}