* {
	margin:0;
	padding:0;
}
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	margin:0 auto;
	width:900px;
}
.topBar {
	width:100%;
	height:50px;
	background:url(/images/project_manager/top_bar.gif) repeat-x;
}
.logo {
	float:left;
	height:50px;
	width:396px;
	background:url(/images/project_manager/project_management.gif) no-repeat center;
	text-indent:-9999px;
}
.users {
	width:360px;
	margin:50px 270px;
	background:#CCCCCC;
}
.users h1 {
	display:block;
	width:360px;
	height:30px;
	text-indent:-9999px;
	background:url(/images/project_manager/client_login.png);
}
.users .label {
	display:block;
	color:#666666;
	padding: 10px;
	font-size:14px;
}
.users input {
	padding:5px;
	border:1px solid #999999;
	width:275px;
	margin:0 20px;
}
.users .submit {
	float:right;
	padding-top:15px;
}
.users .submit input {
	display:block;
	float:right;
	width:170px;
	height:26px;
	text-indent:-9999px;
	border:none;
	background:url(/images/project_manager/login.gif);
	
}
.users .submit input:hover {
	background-position:0 -26px;
	cursor:pointer;
}
.users .bottom {
	clear:both;
	width:360px;
	height:6px;
	background:url(/images/project_manager/login_footer.gif);
}
.failed {
	text-align:center;
	font-size:14px;
	color:#990000;
	padding-top:20px;
}
a#goHome {
	background:url(/images/home_icon.png);
	float:right;
	height:32px;
	margin-top:10px;
	text-indent:-9999px;
	width:27px;
	outline:none;
}