body {
	background: #eee !important;
}

#content {
	background: #fff;
	padding: 20px;
}

#content.login {
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -170px;
	margin-top: -170px;
	border: 3px solid #999;
}

#content.login h1 {
	font-size: 1em;
	color: #666;
}

#content.login label {
	float: left;
	width: 80px;
	padding-top: 2px;
	font-weight: bold;
}

#content.login input.button {
	margin-left: 80px;
}

.formlayout {
	width: auto !important;
}