@import url("forms.css");

/* Login */
html,
body {
	height: 100%;
	background: url("images/bg.png") repeat;
	background-color:#e4e4e4;
}

form {
	position: absolute;
	top: 96px;
	left: 50%;
	margin-left: -12.5em;
	border: 1px solid #847D7B;
	padding: 0;
	min-height: 0;
	width: 25em;
	-moz-box-shadow: 0px 0px 5px #847d7b;-webkit-box-shadow: 0px 0px 5px #847d7b;box-shadow: 0px 0px 5px #847d7b;
}
h1 {
	margin: 0;
	padding: 95px;
	background: url("images/logo.png") no-repeat;
	background-color: #fff;
}
fieldset,
div.actions {
	padding: 1em 2em;
	background-color: #fff;
}
div.actions {
	float: none;
	margin-top: -1.25em;
	border-top: none;
	border-bottom: 1px solid #998;
	padding-top: 0;
	width: auto;
	overflow: hidden;
}
button {
	display: block;
	margin: 0 0 0 auto;
}
legend {
	display: none;
}