/*独立页面的背景色设置*/
.body_bg {
	background: url("images/bg_main.gif") repeat scroll 0 0 transparent;
}
.main_bg {
	width: 99.3%;
	height: 98%;
	padding: 10px 0 0 0;
	background: url("images/bg_main.gif") repeat scroll 0 0 transparent;
}
/*公共样式*/
.field-request{
	color: red;
}
.win-header {
	height: 34px;
	line-height: 34px;
	background: #379be9;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 12px;
	min-width: 1360px;
}
.win-header-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.win-header-div {
	padding-left: 25px;
	float: right;
	cursor: pointer;
	background: url(images/ksi-icon-close.gif) no-repeat left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.win-header-div-down {
	background: url(images/ksi-icon-close-down.gif) no-repeat left;
}
.win-bodyer {
	padding:12px;
	background:#FFFFFF;
	border:0px solid #d3d3d3;
	border-top:0;
	min-width: 1360px;
}
.more-win-header {
	height: 34px;
	line-height: 34px;
	background: #76aadc;
	border: 1px solid #8cb7e0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 0 12px;
}
.more-win-header-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.more-win-header-div {
	padding-left: 25px;
	float: right;
	cursor: pointer;
	background: url(images/ksi-icon-close.gif) no-repeat left;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.more-win-header-div-down {
	background: url(images/ksi-icon-close-down.gif) no-repeat left;
}
.more-win-bodyer {
	padding:12px;
	background:#fff;
	border:1px solid #d3d3d3;
	border-top:0;
}

/*findpPage页面Div中包含样式*/
.clear {
	clear: both;
}
.pageDiv{
	padding: 10px 0 10px 0;
}
/*toTop*/
.bottomTool{
	line-height:20px;
	text-align:center;
	border:2px solid #3381AC;
	position:fixed;
	bottom:10px;
	cursor: pointer;
}
/*按钮的滑动门效果*/
.a_button{
}

.inputTable tr{
	height: 39px;
}

.inputTable input[type=text],
.inputTable input[type=password],
.inputTable select{
	width: 200px;
	height: 23px;
}

fieldset{
	padding: 1px;
}
/* 底部版权 */
#footer {
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
	position: relative;
	text-align: center;
	width: 100%;
	color:#cccccc;
}