﻿body {
	background-color:#70AD21;
}
span{
	font-size:12px;
	font-family:"微软雅黑";
}
input{
	font-size:12px;
	font-family:"微软雅黑";
}
div{
	font-size:12px;
	font-family:"微软雅黑";
}
.LoginDiv { 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-322px 0 0 -630px; 
	width:1260px;
	height:644px; 
	background-image:url('images/loginbg.gif');
	background-repeat:repeat-x;
} 
.loginpic{
	width:1024px;
	height:644px;
	margin-left:auto;margin-right:auto;
	background-image:url('images/login.jpg');
	background-repeat:no-repeat;
	
}
.login{
	width:350px;height:220px;
	margin-left:570px;margin-top:260px;
	float:left;
	line-height:30px;
}
.loginUser{
	font-size:14px;font-weight:bold;
	width:150px;height:20px;
}
.loginPwd{
	font-size:14px;font-weight:bold;
	width:150px;height:20px;	
}
.loginVd{
	font-size:14px;font-weight:bold;
	width:65px;height:20px;float:left
}
.Vcode{
	width:85px;height:25px;margin:0px;float:left
}
.style1 {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
}
.softVer{
	width:250px;height:20px;float:left;text-align:center;
	margin-top:130px;margin-left:420px;
}
.softVer a{
	color:green;text-decoration:none
}

