#page_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	width: 780px;
	background-color: rgb(218,218,218);
}

#login_box_text {
	position: absolute; 
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;  
	width: 181px; 
	height: 146px; 
	left: 0px; 
	top: 0px;

	font-family: Arial,sans-seriff;
  	font-style: normal;
  	font-size: 12px;
  	font-weight: normal;
  	text-decoration: none;
  	color: rgb(0,0,0);
	text-align: left;

	border-width: 0px; 
	border-style: solid; 
	border-color: rgb(0,0,0); 
	background-color: rgb(218,218,218);
}

