/**登录页面样式*/

body{
	color: #333;
    font-family: Arial,"宋体",Lucida,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #fff;
}

.footer{
	text-align: center;
	color: #b4b4b4;
	font-weight: bolder;
	font-family: "微软雅黑";
	font-size: 14px;
}

.links a{
	text-decoration: none;
	color: #b4b4b4;
	margin-left: 15px;
}

.center{
	width:980px;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}

.center .center-left{
	float:left;
	width:497px;
	height:353px;
}

.center .center-right{
	float:left;
	width: 393px;
	height: 357px;
	margin-left: 35px;
}

.form-l{
	width: 7px;
	height: 365px;
	float: left;
}

.form-c{
	width:379px;
	height:357px;
	float: left;
	background-image: url("../../facade/images/login/center-center.png");
	background-repeat: repeat-x;
}

.form-r{
	width: 7px;
	height: 357px;
	float: left;
}

.form-tit span{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666666;
	position: relative;
    top: 20px;
}

.tip{
	width:350px;
	height: 35px;
	border: 1px solid rgb(201,201,201);
	margin: 25px 0 0 13px;
}

.alert_msg{
	position: relative;
	top: 23px;
	left: 13px;
	color: red;
}

.icon{
	margin: 4px 0 0 12px;
	float: left;
}

.tip input{
	height: 28px;
	width: 290px;
	margin:2px 0 0 12px;
	font-size: 14px;
	font-family: "微软雅黑";
	border: 0;
	outline: none;
}

.text input{
	height: 100%;
	width: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	border: 0;
	outline: none;
}

.tip input:FOCUS,input:VISITED,input:ACTIVE{
	border: 0 !important;
}

.authCode{
	width: auto;
	height: auto;
}

#authCode{
	width: 115px !important;
	float: left;
}

#randomCode{
	float: left;
}

.verifyCode{
	width: 170px;
	height: 35px;
	float: right;
	margin: -31px 0;
    position: relative;
    width: 160px;
    vertical-align: middle;
}

.verifyCode a{
	text-decoration: none;
	margin: 5px;
}

.verifyCode a:HOVER{
	text-decoration: underline;
}

.button{
	border: 0 !important;
	cursor: pointer;
	position: relative;
	top:-15px;
}

.c-register{
	border: 0 !important;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top:0px !important;
	margin-bottom:-12px !important;
	text-align: right;
}

.c-register span{
	color: #6e6e6e;
}

.c-register a{
	color: #2d9ce4;
	text-decoration: none;
}

.remember-me{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: middle;
}
.remember-me span{
	position: relative;
	top: -3px;
}


#czsc{
	float:right;
	margin-right:70px;
	margin-top: 35px;
 	font-family: "微软雅黑";
	display: inline-block;
   margin-bottom: 0;
  line-height: 20px;
   text-align: center;
   vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   padding: 11px 19px;
  font-size: 17.5px;
   border-radius: 6px;
}



