@charset "utf-8";
/* CSS Document */
body {
	background: #CCC;
}

#topBanner {
	float: left;
	width: 100%;
	height: 200px;
	background: #0C183C;
	display: none;
}

	.topBanner {
		display: block;
		width: 980px;
		height: 200px;
		margin: 0 auto;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;	
}

#top {
	width: 980px;	
}
	#header {
		height: 150px;
	}
		#logo {
			display: none;
			float: left;
			width: 200px;
			height: 150px;
		}

#middle {
	clear: both;
	float: left;
	width: 980px;
	margin: 40px 0;
}

	#middle table {
		background: url(../img/loginBox.png) no-repeat;
	}
	
	.lbLogin {
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
	
	.lbUser, .lbPass {
		font-family: Arial, Tahoma, Verdana;
		font-weight: 600;
		font-size: 12px;
	}

	#txtUser, #txtPass {
		width: 200px;
		height: 25px;
		border: none;
		background: url(../img/inputBg.png);
	}
	
#bottom {
	clear: both;
	width: 980px;
	margin: 20px 0 0 0 ;
	padding: 0 0 10px 0 ;
	border-top: solid 1px #444;
	display: none;
}