/*--控制未安装密码控件时的提示信息显示位置*/
.ocx_style {
	position: relative;
	border: 1px solid #FFF;
	height: 40px;
  	float: left;
  	width: 108%;
  	background-color: #FFF;
  	margin-left:-13px;
} 
.ocx_style a {
  position: relative;
  top: -6px;
}
  /* 兼容FF */
.form-control-div{width: 248px;
	height: 40px;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding: 0px;
}
.commPwdCss{
	height: 19px !important;
	margin-top: 2px !important;
}
.otherCommPwd{
	height:24px;
	background: url(../../images/transf/pwd.png) no-repeat 5px 3px;
	border:1px solid #7F9DB9;
	text-align:right;
}
.pwddiv {width:280px;height:28px;border: 1px solid #bbb;padding-left: 5px;overflow: hidden;}
.pwddiv *{outline:0;}
.pwddiv button::-moz-focus-inner{border-color:transparent!important;}