﻿@charset "utf-8";
/* CSS Document */

*{
margin:0px auto;
padding:0px;
font-family:"Avenir Medium";

}
body{
	width:100%;
	height: 1200px;
   overflow-x:hidden;
   overflow-y:hidden;
   background-image:url(../img/background.png);
   background-repeat:repeat-x;
}  

#content{
	margin-top:12%;
	width:1280px;
	height:600px;
	}
#main{
	width:767px;
	height:391px;
	background-image:url(../img/shadow.png);
	
	}
.middleDiv{
	width:756px;
	height:379px;
	margin-left:0px;
	border:1px #999999 solid;
	}
.left{
	 display:inline-block;
	 float:left;
	 width:418px;
	 height:379px; 
	 border-right:#C3C3C3 1px solid;
	 background-image:url(../img/left.png);
	}
/*#logo{
    width:194px;
	height:30px;
	margin-top:50px;
	background-image:url(../img/logo.png);
	}*/
.right{
	display:inline-block;
	float:right;
	width:336px;
	height:379px;
	border-left:1px solid #F0F0F0;
	background-color:#EAEAEA;
	}
.inMiddle{
	width:70%;
	height:100%;
	}
.selectPosition{
	float:left;
	width:100%;
	height:56px;
	}
select{
	display:block;
	width:100px;
	height:24px;
	font-size:12px;
	margin-right:0px;
	margin-top:32px;
	}
select option{
	height:24px;
	}
#formTable{
	float:left;
	width:100%;
	height:250px;
	}
.inputT{
	display:inline-block;
	width:99%;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	[;line-height:normal;]
	}
span{
	display:block;
	height:13px;
	line-height:13px;
	margin-top:10px;
	}
#login{
	width:99%;
	height:30px;
	line-height:30px;
	margin-top:40px;
	font-size:14px;
	text-align:center;
	border:0px;
	vertical-align:middle;
	background-color:#D81F27;
	color: #fff;
	}
#memory{
	display:block;
	font-size:12px;
	margin-left:21px;
	}
#box{
	position:absolute;
	 display:block;
	 margin-left:0px;
	 margin-top:0.5px;
	}
#login:hover{
	background-color:#c2d4e6;
	
	}
#bottom{
	float:left;
	width:100%;
	height:30px;
	margin-top:15px;
	}
a{
  text-decoration:none;
  font-size:12px;
  color:#000;
  float:right;
  cursor:pointer;
	}
a:hover{
	text-decoration:underline;
	}
#objectActiveX{
	position:absolute;
	top:0%;
	left:0%;
	width:1280px;
	height:800px;
	margin-top:-20000px;
	}
#obj{
	width:100%;
	height:100%;
	}
#versions{
	position:relative;
	display:block;
	font-size:12px;
	width:90px;
	height:13px;;
	color:#888888;
	margin-right:3px;
	margin-top:-17px;
	
	}
ul{padding: 0;margin: 0;list-style: none;}
.load_box{
	border:1px solid #999999;
	width: 352px;height:232px;
	background:#FFFFFF;
	position: absolute;
	top: 31%;left: 41%;
	box-shadow: 6px 6px 10px #838383;
}

#u1
{
	margin-top: 16px;
}
/*IE10以上识别*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
	#u1
	{
		margin-top: 0px;
	}
}
/* Chrome 和 opera */
@media all and (min-width:0){
	#u1
	{
		margin-top: 0px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	#u1
	{
		margin-top: 0px;
	}
}
.sload{
	width: 240px;height:32px;margin-top: 16px;line-height: 40px;background: #a9bacb;
	font-size: 16px;text-align: center;margin-left: 56px;
}

#u1 li a{
	text-decoration: none; width: 240px;height:32px;
}
#aload{float: right;font-size: 12px; cursor:pointer;}
