@charset "utf-8";
/* CSS Document */

*{
margin:0px auto;
padding:0px;
font-family:"微软雅黑";

}
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:#a9bacb;
	}
#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:#03F;
  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;
	
	}