﻿body
{
	margin: 0px;
	padding: 0px;
	font-size:13px;
}
.wrap
{
	width: auto;
	height: 400px;
	
	padding-left:750px;
	padding-top:250px;
}
.wrapa
{
	width: auto;
	height: 330px;
	
	padding-left:460px;
	padding-top:207px;
}


.logintxt
{
	width: 100px;
	border: 1px solid #636363;
	height: 15px;
}
.zh {
	/*height: 45px;*/
	/*width: 230px;*/
	padding:0 auto;
	margin: 0 auto;
    /*_position: absolute;*/
}
.zh input {
	width: 100%;
	height: 100%;
	/*margin-top:75px;*/
	/*margin-left: 30px;*/
	/*margin-right: 0px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 25px;
	background-color:transparent;
	float:left;
    
}

.zhanghao {
	width: 100%;
	height: 100%;
	/*margin-top:75px;*/
	/*margin-left: 30px;*/
	/*margin-right: 0px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 25px;
	background-color:transparent;
	float:left;
    
}
.ma {
	height:0%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.ma input {
	width: 100%;
	height: 100%;
	margin-top:5px;
	/*margin-left: 30px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:none;
	border-left-style: none;
	font-size: 25px;
	background-color:transparent;
	}
.zhuser input {
	width: 100%;
	height: 30%;
	margin-top:20px;
	margin-left: 0px;
	margin-right: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 25px;
	background-color:transparent;
    
}
.mauser input {
	width: 100%;
	height: 30%;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:none;
	border-left-style: none;
	font-size: 25px;
	background-color:transparent;
	}
.labindex 
{
    height:19%;
	width: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color:transparent;
}
.lab {
	background-color:white;
     margin-top: 0px;
}
/*超链接*/
A.gv:link
{
	font-size: 12px;
	color: #004779;
	text-decoration: underline;
}

A.gv:visited
{
	font-size: 12px;
	color: #004779;
	text-decoration: underline;
}

A.gv:active
{
	color: #CF7500;
	text-decoration: none;
}

A.gv:hover
{
	color: #CF7500;
	text-decoration: none;
}
.gvpage
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 auto;
	position:fixed;
	_position: absolute;
	bottom: 0;
	height: 28px;
	background-color:#FFFFFF;
	_margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	_top: expression(eval(document.compatMode &&document.compatMode==           'CSS1Compat' ) ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}