﻿/* 找回密码样式 */
.Reg_BJDiv{ width:998px; height:auto; margin:0px auto; border:1px #CADEFF solid;}
.Reg_TD1{ color:#666666; font-size:14px; text-align:right; float:left; width:120px; height:40px; line-height:30px;}
.Reg_TD1_1{ color:#666666; font-size:14px; text-align:right; float:left; width:180px; height:40px; line-height:30px;}
.Reg_TD1_2{ color:#666666; font-size:14px; text-align:right; float:left; width:auto; height:40px; line-height:30px;margin-left:10px; margin-top:10px; display:inline;}
.Reg_TD2{ color:#666666;text-align:left; float:left; width:auto; height:40px; line-height:30px; margin-left:5px;}
.Reg_TD2_2{ color:#000000;text-align:left; float:left; width:auto; height:40px; line-height:30px; margin-left:5px; font-size:15px; font-weight:bold;}
.Reg_TD3{text-align:left; float:left; width:auto; height:40px; line-height:30px; margin-left:5px;}
.Reg_Input{ height:30px; line-height:30px; border:1px #CCCCCC solid; color:#999999;font-size:15px; padding-left:2px;}
.Reg_InputA{ height:30px; line-height:30px; border:1px #99CC00 solid; color:#000000; font-size:15px;padding-left:2px;}

.GetPwd_Title{font-family:微软雅黑,宋体; font-size:18px; font-weight:bold; color:#57AE00;}
.GetPwd2_Title{font-family:微软雅黑,宋体; font-size:15px; font-weight:bold; color:#57AE00;}
.GetPwd_Ico1{width:13px; height:11px;overflow:hidden; background:url(../Img/SZ.jpg) no-repeat; background-position:-2px -3px; border:0px;}
.GetPwd_Ico2{width:13px; height:11px;overflow:hidden; background:url(../Img/SZ.jpg) no-repeat; background-position:-19px -3px; border:0px;}
.GetPwd_Ico3{width:13px; height:11px;overflow:hidden; background:url(../Img/SZ.jpg) no-repeat; background-position:-36px -3px; border:0px;}
.GetPwd_Line{ width:660px; height:1px; overflow:hidden; margin:0px auto; background:#EFEFEF;}
.GetPwd_Tip{ width:800px; padding-left:20px; padding-right:20px; height:30px; line-height:30px; margin:0px auto;background:#FF3300; color:#FFFF00;}

.GetPwdXXSpace{ width:800px; height:auto; overflow:hidden; border:1px #00CCFF dashed;  background:#FFFFFF; margin:0px auto;}
.GetPw_Link{ color:#0066FF; text-decoration:none; font-size:13px;}
.GetPw_Link:hover{ color:#FF3300; text-decoration:none; font-size:13px;}
/**********************/
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
	
}
 .alieditContainer{
        position: relative;
    } 
    
.sixDigitPassword {
    position: absolute;
    left: -122px;
    top: 0;   
    width: 1000px;
    height: 26px;  
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: initial;
    outline: 'none';
    z-index: 999;
    opacity:0;
    filter:alpha(opacity=0);
  }

  .sixDigitPassword-box {
      
        cursor:text;
        background: #fff;
        outline: none;
        position: relative;
        padding: 8px 0;
        height: 15px;
        border: 1px solid #cccccc;
        border-radius: 2px;
  }
  .sixDigitPassword-box i {
        float: left;
        display: block;
        padding: 4px 0;
        height: 7px;
        border-left: 1px solid #cccccc;
    }
   .sixDigitPassword-box .active {
        background: url('../Img/password-blink.gif') no-repeat center center;        
    }
   .sixDigitPassword-box b {
        display: block;
        margin: 0 auto;
        width: 7px;
        height: 7px;
        overflow: hidden;
        visibility:hidden;
        background: url('../Img/passeord-dot.png') no-repeat;
    }
  .sixDigitPassword-box span {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        height: 30px;
        border: 1px solid rgba(82, 168, 236, .8);
        border: 1px solid #00ffff\9;
        border-radius: 2px;
        visibility: hidden;
        -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }
    .ui-securitycore  .ui-form-item .ui-form-explain{
		margin-top: 8px; 
	}
  .i-block{
	display:inline-block;
  }
 .six-password{
    position: relative;
    height:33px;
    width:182px;
    overflow: hidden;
    vertical-align: middle;
    
}