#login-form-window
{
	background:#f3f6db;
	padding:10px;
}
#login-form-window table{
	width:100%;
}
#login-form-window table td{
	padding:2px;
}
#login-form-window table td.r{
	text-align:right;
}
#login-form-window h2{
	text-align:center;
}
a#login, a#logout{
	position:absolute;
	right:150px;
	bottom:40px;
	display:block;
	width:100px;
	height:25px;
	background:url(images/login.png) no-repeat;
}	
a#logout{
	background:url(images/logout.png) no-repeat;
}	
a#personal{
	position:absolute;
	right:260px;
	bottom:40px;
	display:block;
	width:182px;
	height:25px;
	background:url(images/personal.png) no-repeat;
}	
