@charset "utf-8";
body {
	margin:0px;
}
#banner {
	background: url(images/login.png) no-repeat;
	height: 40px;
	width:100%;
	background-color: #BFD9FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index:9999;
}
#banner input[type="button"] {
	cursor: pointer;
	margin-right: 30px;
	height: 30px;
	/* [disabled]line-height: 40px; */
	margin-top: 5px;
}
#foot {
	background-color: #BFD9FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
	font-size: 12px;
	line-height: 40px;
	height:40px;
	width:100%;
	color: #000;
	text-align: center;
	letter-spacing: 3px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:9998;
}
#zone {
	margin:48px 20px;
	font-size:14px;
	line-height:28px;
}
#nav {
	margin-bottom:10px;
	width:1385px;
}
.tb {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px auto;
	font-size:13px;
}
.tb thead, .tb tfoot {
	background-color:#BFD9FF;
	font-size:14px;
	font-weight:bold;
}
.tb td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding:5px 8px;
}
.tip {
	color:#F00;
}
.prjmemo {
	margin:6px auto 20px auto;
	font-size:13px;
	line-height:20px;
}
