.loginBody
{
	width:800px;
	height:600px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
	padding:0 20px;
	
}
.loginBody h2
{
	height:150px;
	width:600px;
	margin:0 auto;
	background: url(../images/indexlogo.png) no-repeat;
	text-indent: -9999px;

}
.loginBody .loginTitle 
{
	height:82px;
	background: url(../images/loginTitle.png) no-repeat;
	text-indent: -9999px;

}
.loginBody .loginBg
{
	width:800px;
	height:350px;
	margin:0 auto;
	background: url(../images/loginBg.png) no-repeat;
	

}
.loginBody form
{
	font-size:15px;
	width:430px;
	float:left;
	margin:30px 0 0 0;

}


.loginBody form .loginCont
{
	margin-bottom: 30px;
	

}
.loginBody form .loginCont label
{
	float: left;
	width:100px;
	text-align: right;
	margin:5px 20px 0 0;
	

}
.loginBody form .loginCont input
{
	height:28px;
	line-height: 28px;
	width:300px;
	background: #ebeeef;
	border:1px solid #f3f6f7;
	padding-left:5px;

}
.loginBody form .loginCont span
{
	float: left;
	font-size:12px;
	padding-top:3px;
	margin-left:120px;
}
.loginBody form .loginCont span img
{
	float: left;
	margin-right:2px;
}
.loginBody form .identiCode input
{
	width:200px;
	
}
.loginBody form .identiCode img
{
	float: right;
	margin-right:2px;
	

}

.loginBody form .identiCode img.identiCodeImg
{
	float:right;
	margin-right:2px;
	*margin-top:-31px;
}


.loginBody form .forgetPassword
{
	margin:0 0 20px 120px;
}

.loginBody form .forgetPassword a
{
	color:#e55108;
	

}
.loginBody form .forgetPassword a:hover
{
	text-decoration: underline;
	

}

.loginBody form .copyright
{
	margin:0 0 20px 170px;
	font-size:12px;
}
.loginBody form .copyright a
{
	color:#e55108;
	

}

.loginBody form .loginBtn
{
	margin-left:120px;
	width:200px;
	height:30px;
	

}
.loginBody form .loginBtn button
{
	width:302px;
	height:35px;
	background: #2dad18;
	border:none;
	font-size:16px;
	color:#fff;
	font-weight:600;
	cursor:pointer;

}
.loginBody form .loginBtn button:hover
{
	background: #298e18;
}
.loginBody .loginImg
{
	float: right;
	width:300px;
	height:300px;
	margin-right:30px;
	background: url(../images/loginImg.png) no-repeat;

}

.warndisplay
{
	display:none;
}


