
/*修改密码安全控件Label*/
.pwdSafetyPlugLabel {
	float: left;
	margin-top: 8px;
}

/*修改密码安全控件包裹容器*/
.pwdSafetyPlugContainer {
	display: inline-block;
	width: 45%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}

/*修改密码安全控件*/
.pwdSafetyPlugContainer #ocxEditBox1 {
	width: 100%;
	height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBox2 {
	width: 100%;
	height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBox3 {
	width: 100%;
	height: 30px;
}

/*样式微调：白色text输入框有点偏*/
.password_style,
.bowText {
	padding-top: 2px;
}

/*修改免UEKY交易密码安全控件*/
.pwdSafetyPlugContainer #ocxEditBoxUkey1 {
	width: 100%;
	height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBoxUkey2 {
	width: 100%;
	height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBoxUkey3 {
	width: 100%;
	height: 30px;
}

/*免UEKY交易密码css*/
#redTextBoxUkey {
	height: 10px;
	line-height: 16px;
	margin-bottom: 15px;
}

.andy_mask_noUkey {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity=40);
	display: none;
}

.andy_show_ukey {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	z-index: 99999999;
	background: #fff;
	border-radius: 5px;
	width: 500px;
	box-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
	margin: -200px 0 0 -340px;
	display: none;
}



/* #noUkeyForm #ocxEditBoxUkey {
	width: 195px;
	height: 32px;
	line-height: 1.5em;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 32px;
	background: url("static/img/login_pass_1.png") 10px center no-repeat;
} */



/*.PwdIdBoxUkeyChrome_login .ocx_style{*/
/*    border: 0px solid #46a9d4;*/
/*    display:none*/
/*	!*height:0;*!*/
/*}*/
/*免UKEY---输入交易密码页面样式*/
#PwdIdBoxUkeyChrome {
	width: 195px;
	height: 32px;
	line-height: 1.5em;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 32px;
	margin-left: 40px;
	background: url("static/img/login_pass_1.png") 10px center no-repeat;
	font-size: 12px;
}

/*免UKEY---输入交易密码页面样式*/
.andy_show_ukey .l-m-f-input input {
	height: 23px;
	width: 155px;
	color: #333;
	font-weight: 400;
	line-height: 38px;
	border: 0px solid #9ca9af;
	position: absolute;
	margin-left: -220px
}

/*免UKEY---修改交易密码页面样式*/
.dealPwdChange .l-m-f-input input {
	border: 0px solid #9ca9af;
	position: relative;
	top: -5px
}

.PwdIdBoxUkeyChrome_login input {
	border: 0px solid #9ca9af;
	position: relative;
	left: 1px;
}

#PwdIdBoxUkeyChrome_login {
	background: rgba(255, 255, 255, 0);
}

.loginPwdChange .l-m-f-input input {
	border: 0px solid #9ca9af;
	position: relative;
	top: -5px
}

#passwordPup #sureBtn {
	width: 195px;
	margin-left: 45px;
	margin-top: 15px;
}
/*修改密码安全控件Label*/
.pwdSafetyPlugLabel {
  float: left;
  margin-top: 8px;
}

/*修改密码安全控件包裹容器*/
.pwdSafetyPlugContainer {
  display: inline-block;
  width: 45%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

/*修改密码安全控件*/
.pwdSafetyPlugContainer #ocxEditBox1 {
  width: 100%;
  height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBox2 {
  width: 100%;
  height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBox3 {
  width: 100%;
  height: 30px;
}

/*样式微调：白色text输入框有点偏*/
.password_style,
.bowText {
  padding-top: 2px;
}

/*修改免UEKY交易密码安全控件*/
.pwdSafetyPlugContainer #ocxEditBoxUkey1 {
  width: 100%;
  height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBoxUkey2 {
  width: 100%;
  height: 30px;
}

.pwdSafetyPlugContainer #ocxEditBoxUkey3 {
  width: 100%;
  height: 30px;
}

/*免UEKY交易密码css*/
#redTextBoxUkey {
  height: 10px;
  line-height: 16px;
  margin-bottom: 15px;
}

.andy_mask_noUkey {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=40);
  display: none;
}

.andy_show_ukey {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  z-index: 99999999;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  box-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
  margin: -200px 0 0 -340px;
  display: none;
}

/* 
#noUkeyForm #ocxEditBoxUkey {
  width: 195px;
  height: 32px;
  line-height: 1.5em;
  border: 1px solid #ccc;
  padding: 3px 5px 3px 32px;
  background: url("static/img/login_pass_1.png") 10px center no-repeat;
} */


/*.PwdIdBoxUkeyChrome_login .ocx_style{*/
/*    border: 0px solid #46a9d4;*/
/*    display:none*/
/*	!*height:0;*!*/
/*}*/
/*免UKEY---输入交易密码页面样式*/
#PwdIdBoxUkeyChrome {
  width: 195px;
  height: 32px;
  line-height: 1.5em;
  border: 1px solid #ccc;
  padding: 3px 5px 3px 32px;
  margin-left: 40px;
  background: url("static/img/login_pass_1.png") 10px center no-repeat;
  font-size: 12px;
}

/*免UKEY---输入交易密码页面样式*/
.andy_show_ukey .l-m-f-input input {
  height: 23px;
  width: 155px;
  color: #333;
  font-weight: 400;
  line-height: 38px;
  border: 0px solid #9ca9af;
  position: absolute;
  margin-left: -220px
}

/*免UKEY---修改交易密码页面样式*/
.dealPwdChange .l-m-f-input input {
  border: 0px solid #9ca9af;
  position: relative;
  top: -5px
}

.PwdIdBoxUkeyChrome_login input {
  border: 0px solid #9ca9af;
  position: relative;
  left: 1px;
}

#PwdIdBoxUkeyChrome_login {
  background: rgba(255, 255, 255, 0);
}

.loginPwdChange .l-m-f-input input {
  border: 0px solid #9ca9af;
  position: relative;
  top: -5px
}

#passwordPup #sureBtn {
  width: 195px;
  margin-left: 45px;
  margin-top: 15px;
}
