﻿@charset "utf-8";
/* CSS Document */
  /*通用*/
 a:link, a:visited { color: #000; text-decoration: none;}
 a:hover, a:active { color: #f00; text-decoration: underline;}
 a.underlink:link, a.underlink:visited, a.underlink:hover, a.underlink:active { color: #4c4c4c; text-decoration: underline;}
  .L {float: left;}
  .R {float: right;}
  .C {clear: both;}
  .Cl {clear: left;}
  .Block {display: block;}
  .mR2 {margin-right: 2px;}
  .mT4 {margin-top: 4px;}
  .mB4 {margin-bottom: 4px;}
  .mL18 {margin-left: 2px;}
  .pT8 {padding-top: 8px;}
  .Red {color: #f00;}
  .Green {color: #0f0;}
  .Blue {color: #00f;}
  .Orange {color: #ffa500;}
  .CAFAFAF {color: #afafaf;}
  .fmArial {font-family: Arial;}
  .fmHeiTi {font-family: "黑体";}
  .fs12 {font-size: 12px;}
  .fs15 {font-size: 15px;}
  .fs18 {font-size: 18px;}
  .B {font-weight: bold;}
  .tC {text-align: center;}
  .tR {text-align: right;}
  .tL {text-align: left;}
  .ind28 {text-indent: 28px;}
  .lineH20 {line-height: 20px;}
  .h0 {clear: both; overflow: hidden; height: 0px;}


/*LOGIN页面*/
#Assis_Middle {
	position: absolute;
	top: 50%;
	margin: -200px -400px;
	width: 824px;
	height: 294px;
	left: 50%;
}
#Main_Left {
	float: left;
	width: 400px;
}
#Main_Left p {
	text-align: right;
	width: 155px;
}
#Main_Line {
	float: left;
	width: 34px;
	height: 200px;
	margin-right: 34px;
	border-right: #DADADA 1px solid;
}
#Main_Right {
	float: left;
	width:320px;
	margin:20px 0 0 0;
}

#Main_Right p {
	text-align: left;
	width:100%;
	clear: both;
	margin:0 0 10px 0;
}
.ML_logo {
	margin-top: 54px;
	height: 30px;
}
.MR_Ltitle {
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	clear:both;
	width:100%;
	text-align:left;
}

.error_div {
	float: left;
	text-align: left;
	height: 20px;
	padding-top: 4px;
	color: #FF7700;
}
.inp_L1 {
	width: 82px;
	height: 23px;
	background-position: 0px -62px;
	border: 0;
	color: #464646;
	line-height: 23px;
	cursor: pointer;
}.inp_L2 {
	width: 82px;
	height: 23px;
	background-position: 0px -87px;
	border: 0;
	color: #464646;
	line-height: 23px;
	cursor: pointer;
}

