/* @override http://localhost:9017/css/login.css */

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.2%;
	padding: 0;
	margin: 0;
	background-color: #2b2b2b;
}

#middle {
	width: 370px;
	text-align: center;
	margin-top: 0;
	margin-left: -185px;
	position: fixed;
	top: 10%;
	left: 50%;
	visibility: visible;
	z-index: 10000;
}

h1 {
	width: 370px;
	height: 81px;
	text-indent: -9000px;
	background: url(images/login/logo.png) no-repeat 0 0;
}

p {
	color: #ddd;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}