﻿body
{
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.login_back
{
	height: 427px;
	width: 520px;
	background: url(/Contents/Images/login_07.jpg) center top no-repeat;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
}
.login_box
{
	left: 220px;
	top: 95px;
	position: absolute;
	line-height: 25px;
	vertical-align: middle;
	width: 250px;
}
.forget_pwd
{
}
.forget_pwd a
{
	text-decoration: none;
}
.login_btn
{
	border: 0;
	width: 70px;
	height: 22px;
	background: url(/Contents/Images/btn_login1.jpg) left top no-repeat;
	margin: 0 auto;
	margin-left: 52px;
}
.proc
{
	position: absolute;
	left: 85px;
	top: 105px;
	width: 260px;
	height: 88px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 90px;
	text-align: center;
	display: none;
	z-index: 1;
}
input
{
	margin-left: 10px;
}
img
{
	margin-left: 5px;
}

label.error
{
	color: Red;
	display: none;
}

input.error, textarea.error, select.error
{
	border: 1px solid red;
}
.version
{
	clear: both;
	font-size: 13px;
	color: #bd6712;
	width: 520px;
	padding-top: 282px;
	margin: 0 auto;
	text-align: center;
}
