/* CSS Document */
@charset "UTF-8";
/* 登录页面样式 */
.per-login{
	wdith:100%;
	text-align:center;
}
/* 顶部信息区 */
.per-loginTop{
	width:960px;
	height:75px;
	margin:0 auto;
}
.per-loginTop-logo{
	float:left;
	width:280px;
	height:59px;
	margin-top:10px;
	display:inline;
}
.per-loginTop-demo{
	float:left;
	margin-top:7px;
	width:60px;
	height:60px;
	display:inline;
}
.per-loginTop-set{
	float:right;
	width:280px;
	margin-top:10px;
	margin-right:40px;
	text-align:right;
	color:#BBB;
	display:inline;
}
.per-loginTop-set span a{color:#666;}
.per-loginTop-set a:hover{color:#F09901;}
.per-loginTop-set img{
	vertical-align:middle;
	margin-right:5px;
}

/* 主内容区 */
/* 右侧信息登录区 */
.per-loginContainer{
	width:100%;
	height:350px;
	padding:25px 0;
	background-color:#1897C0; /*379be9  83daf3*/
	min-width:960px;
	*min-width:960px;
	_min-width:960px;
}
.per-loginContainer-red{
	width:100%;
	height:350px;
	padding:25px 0;
	background-color:#DA251C; /*379be9  83daf3*/
}
.per-loginContainer-div{
	width:860px;
	margin:0 auto;
}
.per-loginContainer-left{
	float:left;
	width:490px;
	height:340px;
	background:url(../../../images/login/login_left_bg.png) no-repeat;
}
.per-loginContainer-left-yd0{
	float:left;
	width:490px;
	height:340px;
	background:url(../../../images/login/ydkl-1.png) no-repeat;
}
.per-loginContainer-left-yd1{
	float:left;
	width:490px;
	height:340px;
	background:url(../../../images/login/ydkl-1.png) no-repeat;
}
.per-loginContainer-left-yd2{
	float:left;
	width:490px;
	height:340px;
	background:url(../../../images/login/ydkl-2.png) no-repeat;
}
.per-loginContainer-left-yd3{
	float:left;
	width:490px;
	height:340px;
	background:url(../../../images/login/ydkl-3.png) no-repeat;
}
.per-loginContainer-loginBox{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AFC2AF;
    border-radius: 2px 2px 2px 2px;
    float: right;
    height: 348px;
    text-align: left;
    width: 323px;
}
.loginBox-top{
	width:100%;
	height:54px;
	background:url(../../../images/login/per-loginContainer-loginBoxName.gif) no-repeat 20px center #FAFAFA;
	border-bottom:1px solid #EAEAEA;
}
.per-loginContainer-loginBoxName{
	width:110px;
	height:35px;
	background:url(../../../images/login/per-loginContainer-loginBoxName.gif) no-repeat;
}
.per-loginContainer-loginMid{
	float:left;
	width:100%;
	height:162px;/*161px;*//*121px;*/
	text-align:center;
	padding-top:12px;/*20px;*/
}
.per-loginContainer-loginMid table{
	width:100%;
	margin:0 auto;
	border:0;
	text-align:center;
	font-size:14px;
	position:relative;
}
.per-loginContainer-loginMid table th{padding-left:5px;width:70px;}
.per-loginContainer-loginMid table tr td{padding-left:5px;}

.per-loginContainer-loginMid .input-changeCode, .login_bottom_infor .input-changeCode{
	cursor: pointer;
	color: #5BA5E8;
}
.per-loginContainer-loginMid .input-changeCode-mouseover{
	cursor: pointer;
	color: #EE6907;
}
.per-loginContainer-loginMid .input-borderColor{
	width:205px;
	height:24px;
	line-height:24px;
	background-color:#fcfde4;
	border:1px solid #A7A6AA;
	ime-mode:disabled;
}
.per-loginContainer-loginMid .input-codeBorder{
	height:24px;
	line-height:24px;
	background-color:#fcfde4;
	border:1px solid #A7A6AA;
	ime-mode:disabled;
}
.loginMid-button-div{
	float:left;
    margin-top:0px;/*45px;*//*25px;*/
    text-align:center;
    width:100%;
}
.loginMid-button{
	width:154px;
	height:35px;
	border:0;
	background:url(../../../images/login/per-loginMid-button.gif) no-repeat;
	cursor: handler;
}
/*底部信息*/
.per-index-footerTxt {
	height:50px;
	padding-top:20px;
	text-align: center;
	color: #666;
}

.per-index-footerTxt ul li {
	height: 25px;
	line-height: 25px;
}

.per-index-footerTxt ul li a {
	color: #666;
}

.per-index-footerTxt ul li a:hover {
	color: #F09901;
}

.loginMid-button:hover{
	background: url(../../../images/login/per-loginMid-button-hover.gif) no-repeat;
	cursor: pointer;
}

#errorMessage {
	color: #F00;
}

.holder {
	font-size: 12px;
	color: #D1D1D1;
	position: absolute;
	left: 85px;
	top: 52px;
}

.loginTypeClass{
	font-size: 14px;
	color:#888;
}
.login_bottom_infor {
	margin-top:10px;
	margin-left:22px;
	border-top:0px dotted #cccccc; 
	width:283px;
	color:#777777;
	padding-top:5px;
	text-align:left;
	line-height:20px;
	float:left;
}



/*弹出窗口样式*/
.common_dialogue{
	width:99%;
	height:100%;
	padding:1px;
	border:1px solid #83daf3;
	background-color:#f9f9f9;
	left:0px;
	top:0px;
	/*position:absolute;
	*/
}
.common_dialog_shade{
	background-color: Gray;
	display:none;
	z-index:3;
	position:absolute;
	left:0px;
	top:0px;
	filter:Alpha(Opacity=30);
	/* IE */
	-moz-opacity:0.4; 
	/* Moz + FF */
	opacity: 0.4; 
}
.common_dialogueTitle{
	width:100%;
	height:29px;
	line-height:29px;
	text-align:left;
	background:url(../../../images/common/common_dialogue_01.gif) repeat-x;
	color:#ffffff;
}
.common_dialogueTitle span{
	font-size:14px;
	font-weight:bold;
}
.common_dialogueTitle_close{
	width:23px;
	height:23px;
	margin-top:3px;
	margin-right:5px;
	float:right;
	display:inline;
	background:url(../../../images/common/common_close.gif) no-repeat;
}
.common_dialogueContent{
	width:100%;
	margin-top:1px;
	text-align:center;
}
.common_dialogueContent tr{
	height:30px;
	line-height:30px;
}
.common_dialogueContent table td{
	height:32px;
	line-height:32px;
	text-align:right;
}
.common_dialogueContent table td input,textarea,select{
	border:1px solid #d1d1d1;
	float:left;
	margin-left:5px;
	display:inline;
	width:151px;
}
.common_dialogueContent input{
	height:22px;
	line-height:22px;
}
.common_dialogueContent textarea{
	width:300px;
	height:80px;
	margin-top:5px;
}
.common_dialogueContent_operateButton{
	width:100%;
	height:38px;
	line-height:38px;
	padding-top:10px;
	text-align:center;
}
.common_prompt{
	width:100%;
	height:100%;
	background-color:#f9f9f9;
}
.common_promptContent{
	width:100%;
	height:35%;
	margin:0 atuo;
	margin-top:20px;
	padding-top:3px;
}
.common_promptContent table{
	text-align:center;
}
.common_promptContent td{
	text-align:right;
}
.common_button{
	border:0;
	background:none;
	cursor:pointer;
	margin-right:5px;
}