* {
	font-size: 12px;
	font-family: serif;
	margin: 0;
	padding: 0;
	color: #616161;
}

body, div, form, input {
	margin: 0;
	padding: 0;
}

.login_form {
	width: 400px;
	padding: 10px;
	background: #FFFFFF;
	opacity:0.85;
	filter:alpha(opacity=85);
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 60%;
	top: 20%;
}

.head_table {
	width:100%;
	border-bottom: 1px solid #EBE6E2;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.title_td {
	width: 150px;
	padding-bottom: 8px;
}

.title_dev {
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
	/* color: #bdb5aa; */
	color : #5B5D67;
}


.msg_div {
	padding-left: 30px;
	border: 1px solid #faccc6;
	color: #e4393c;
	font: 12px/24px "锟斤拷锟斤拷";
	width : 80%;
	background: #ffebeb url(../images/login/tipsImg.png) no-repeat 10px center;
	display: none;
}

.login_form table {
	/* border-top: 1px solid red;
	border-left: 1px solid red; */
}

.login_form table td{
	/* border-right: 1px solid red;
	border-bottom: 1px solid red; */
}

.label_td {
	width : 50px;
	text-align: right;
	padding-right:10px;
}

.label_td  label{
	padding: 0 0 5px 2px;
	color: #bdb5aa;
	font-weight: bold;
	font-size: 14px;
	font-family: serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.input_td {
	width: 350px;
	height: 60px;
}

.input_td {
	width: 350px;
}

.input_td input[type=text], .input_td input[type=password] {
	font-family: serif;
	font-size: 14px;
	height: 30px;
	padding: 5px;
	border: 3px solid #ebe6e2;
	border-radius: 5px;
}

.input_td input[type=text]:hover, .input_td input[type=password]:hover {
	border-color: #CCC;
}

.input_td label:hover ~ input {
	border-color: #CCC;
}

.input_td input[type=text]:focus, .input_td input[type=password]:focus {
	border-color: #BBB;
	outline: none; /* Remove Chrome's outline */
}

.button_div {
	margin-top: 20px;
	text-align: center;
}

.submit_button {
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	display: block;
	margin-right:5px;
	width : 316px;
	height: 50px;
	background: #18c3a9;
	border-radius: 6px;
	text-align: center;
	font: 18px/50px "微锟斤拷锟脚猴拷";
	color: #fff;
}

.space_span {
	display: block;
	float:right;
	width : 100px;
	border:1px solid red;
}

.submit_button:hover {
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 20px 40px rgba(255, 255, 255, 0.15);
}

.submit_button:active {
	top: 1px;
}

.top_div {
	height: 80px;
}

.top_div img {
	height: 64px;
	vertical-align:bottom;
}

.system_name {
	color:#5A606B;
	font-size:25px;
	font-weight:bold;
}

/* .middle_div {
	clear: both;
	background: #4c76d1 url('../images/login/middleDivbg.png') 100% 0/cover no-repeat;
} */

.bottom_div {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #3D9ECC;
}


/* ---------------------------------------------------------------------------------------------------- */
.login_form1 {
	width: 350px;
	padding: 10px;
	background: #fffaf6;
	/* 圆锟斤拷 */
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 60%;
	top: 20%;
}

.login_form_field {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #cbcccd;
	margin-bottom: 10px;
	margin-top: 10px;
}

.login_form_field label {
	display: block;
	position: relative;
	margin: 0 4%;
	height: 60px;
	border-bottom: 1px solid #cbcccd;
}

.login_form_field label:last-child {
	border-bottom: none;
}

.login_form_field label span {
	position: absolute;
	left: 10px;
	top: 20px;
}

.login_form_field label input {
	border: 0;
	position: absolute;
	left: 40px;
	top: 8px;
	width: 80%;
	height: 40px;
	font: 14px/40px "微锟斤拷锟脚猴拷";
}

.loginBtn a {
	display: block;
	height: 50px;
	background: #18c3a9;
	border-radius: 6px;
	text-align: center;
	font: 18px/50px "微锟斤拷锟脚猴拷";
	color: #fff;
	text-decoration: none;
}

.login_buttom{
	margin-top:10px;
	text-align: right; 
}

.login_buttom a {
	text-decoration: none;
}

.login_buttom a:hover {
	color: #19AD97;
}