.users {
	width:400px;
	margin:0 auto;
}
.users .submit {
	clear:both;
	float:left;
	width:150px;
}
.users .submit input {
	float:left;
	background:url(/images/login.gif);
}
.users .register {
	float:right;
	width:150px;
	padding:10px 0;
}
.users .register a {
	text-indent:-9999px;
	display:block;
	width:100px;
	height:35px;
	background:url(/images/register.gif) no-repeat;
}
.forgot {
	text-align:center;
	clear:both;
}
h1 { text-align:center; }