﻿@charset "UTF-8";
/* CSS Document */
body{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	background-color:
}
ul{
	margin:0px;
	padding:0px;	
}
li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
	height:28px;
}
li span{
width:100px;
text-align:right;
display:-moz-inline-box; /* css注释：for ff2 */ 
display:inline-block; 
padding-right:15px;

}

a#lnbReflsh{
height:28px;
line-height:28px;
vertical-align:central;
_margin-top:-10px;
color:#000;
overflow:hidden;
}

input[type="text"],input[type="password"]{
	border:0 none;
	width:200px;
	vertical-align:middle;
	_margin-top:-13px;
	border:1px #666666 solid;
	padding:5px;
	-moz-border-radius: 2px;      /* Gecko browsers */
	-webkit-border-radius: 2px;   /* Webkit browsers */
	border-radius:2px;            /* W3C syntax */
}
input[type="submit"]{
	border: 0 none;
	color: #fff; 
	font-weight: bold; 
	background: #f00;
	width:100px;
	margin-top:10px;
	height:32px;
	font-size:16px;
	padding-bottom:2px;
}
input.ValidateCode{
	width:80px;}
.login-div{
	position: absolute;
	display: block;
	width:760px;
	-moz-border-radius: 15px;      /* Gecko browsers */
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:15px;            /* W3C syntax */
	height:370px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-210px;
	background-color: #eee;
	padding:20px;
	background: url(../Image/loginBoxBg.jpg) no-repeat;
	box-shadow: 5px 5px 10px #aaa;
	}
.login-div ul{
	margin-top:60px;
}
.bannerBg-div{/*全屏宽度的背景图*/
	position: absolute;
	display: block;
	width:100%;
	height:456px;
	background-color:#90d0ec;
	background-image:url(../Image/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	top:50%;
	margin-top:-228px;
	}
.logo-div{/*产品名称及鹰是一张图*/
	position: absolute;
	display: block;
	width:886px;
	height:162px;
	background-image: url(../Image/logo13.png);
	_background-image: url(../Image/logo.gif);/*ie6hack*/
	background-repeat:no-repeat;
	left:50%;
	top:50%;
	margin-left:-443px;
	margin-top:-300px;
	}

.footer-div{
	position: absolute;
	display: block;
	width:800px;
	height:20px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:240px;
	text-align:center;
	font-size:12px;
color:#666;
	}
.txtValidateCode{
	width:130px;}
	
	
.tab_menu { overflow:hidden; z-index:3; position:relative; border-bottom:1px #ccc solid; margin-top:0px;}
.tab_menu ul, .tab_menu li{ margin:0; padding:0;}
.tab_menu li { float:left; text-align:center; cursor:pointer; list-style:none; padding:10px 6px 3px 6px; margin-right:4px; border-bottom:none; border-top-left-radius:5px; border-top-right-radius:5px; margin-right:10px;border:1px solid #fff; border-bottom:none;}
.tab_menu li.selected {font-weight:bold; border:1px solid #CCC; border-bottom:none; background-color:#eee;}
.tab_box { clear:both; height:100px;}
.hide{display:none}
#indicator{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 12px;
	height: 7px;
	background-image: url('../Image/notch.png');
	}