﻿@charset "utf-8";
/* CSS Document */
/************************* 报错样式 *************************/
/******** 提示  area *********/
.tishi {
padding:2px 0 1px 0;
color:#999999;
float:right;
width:221px;
}
.tishi_on {
	/*background:url(../../img/help.png) no-repeat;
	height:20px;*/
	font-size: 14px;
}
.tishi_err {
	padding:3px 0px 0px 25px;
	color:#ca4300;
	font-size:12px;
	background-image: url(../../images/inputError.png);
	background-repeat:no-repeat;
  	background-position: 0px 16px
}
.tishi_err_copy {
	padding:3px 0px 0px 25px;
	color:#ca4300;
	font-size:12px;
	background-image: url(../../images/inputError.png);
	background-repeat:no-repeat;
	background-repeat: no-repeat;
  	background-position: 0px 16px
}


/*问题页面*/
.problem_top{
	background:url(../../Images/default/login_images/problem_title_bg.gif) no-repeat left top;
	height:43px;
	line-height:43px;
	width:740px;
	color:#595959;
	font-size:14px;
	font-weight:bold;
	padding-left:45px;
}

.problem_content{
	width:698px;
	font-size:14px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	padding:10px 20px;
	color:#595959;
}
.problem_bottom{
	background:url(../../Images/default/login_images/problem_bottom_bg.gif) no-repeat left top;	
	height:8px;
	width:740px;
}
.problem_title{
	height:34px;
	line-height:34px;
	color:#32537f;
	font-size:14px;
	border-bottom:#dbdbdb 1px dashed;
}
.faq_other{
	padding:0px 40px;
	line-height:21px;
}

/****************
function:登录页报错样式
****************/
.login_failbg {
	background:#fff;

	border-right: 1px solid #a4afb5;
	border-left: 1px solid #a4afb5;
	width:978px;
	height:500px;
}
.login_fail {
	height: 78px;
	width: 770px;
	margin:50px auto;
}

.login_faildh {
	color:#333;
	float: left;
	background-color: #e0e0e0;
	width:632px;
	height:76px;
	border-top: 1px solid #b0bcc8;
	border-right: 1px solid #b0bcc8;
	border-bottom: 1px solid #b0bcc8;
}
.login_faildh ol {
	padding:2px 0 0 5px;
	list-style-type:none;
}
.login_faildh ol li{
	line-height:150%;
}
.success_fail {
	color:#20247b;
	font-size: 18px;
}
.redl {
	margin:20px auto;
	text-align:center;
	height:35px;
}