html, body {
	height: 100%;
	background: #3d3d3d;
}

#login #header {
	background: #008d36 url("/images/login/bg-page.png") repeat-x center bottom;
	height: 39%;
    min-height: 230px;
}

#login #header .content {
	background: url("/images/login/header-bg.png") no-repeat center bottom;
	width: 100%;
	height: 100%;
}

#login #content {
	padding: 15px 0 30px;
}

#login table td {
	padding: 0;
}

#login tbody input[type=text],
#login tbody input[type=password] {
	width: 200px;
}

#login tfoot input[type=submit] {
	margin: 16px 4px 32px;
}

#login p {
	margin: 0;
	line-height: 1.25em;
	font-size: 0.85em;
}

#login #extra-footer {
	background: none;
	border-top: 1px solid #000;
	padding: 0;
	line-height: 5em;
}

#login #extra-footer img {
	margin: -10px 0;
}
