
/* 浮动层内容样式 */
.editForm {padding: 5px 20px 10px;}
.edit-tip {position: relative; padding: 5px 10px; margin-bottom: 5px; border: 1px solid #ffe9a4; line-height: 20px; background-color: #fff7df; font-size: 14px; color: #ab6a00;}
.edit-tip s {float: left; width: 16px; height: 16px; margin: 2px 7px 0 0; background: url('../images/tips_16.png') 0 0;}
.edit-tip.success s {background-position: 0 -16px;}
.edit-tip.success {border-color: #d6e9c6; background-color: #dff0d8;}
.edit-tip.success p {color: #56ac0b;}


.edit-tip.error s {background-position: 0 -32px;}
.edit-tip.error {border-color: #eed3d7; background-color: #f2dede;}
.edit-tip p {position: relative; overflow: hidden;}
.editForm dl {margin-top: 20px; padding-bottom: 2px;}
.editForm dt {float: left;width: 100px;height: 40px;line-height: 40px;font-size: 14px;color: #666;text-align: right;padding-right: 15px;border: 1px solid #e1e1e1;background-color: #f3f3f3;padding: 0 15px 0 0;}

.newEditForm.editForm dt{background: none !important; color: #666; font-size: 14px; border-color: #fff; padding-right:12px;}
.newEditForm.editForm .forgetTip{margin-left: 114px; margin-top: 4px;}
.newEditForm.editForm dl.focus{padding-bottom: 2px;}
.newEditForm.editForm dl.focus dd{border:solid 1px #f60 !important; left: 0; top: 0; border-radius: 4px;}
.newEditForm.editForm dd{border: 1px solid #E1E1E1; border-radius: 4px; width: 247px; padding: 0; top: 0; left: 0}
.newEditForm.editForm dd input[type="password"]{padding: 0; padding-left: 14px; height: 100%}
.newEditForm.editForm .pwdInp li{width: 40px;height: 40px; float: left;margin-right: 1px; position: relative;}
.newEditForm.editForm .pwdInp li s{display: block; width: 1px;height: 40px; background: linear-gradient(0deg, #FFFFFF 0%, #E1E1E1 30%, #E1E1E1 49%, #E1E1E1 70%, #FFFFFF 100%); position:absolute; right:-1px; top: 0; bottom: 0; margin: auto}
.newEditForm.editForm .pwdInp li input{width: 100%; height: 100%; background: none; padding: 0; text-align: center;}
.newEditForm.editForm .edit-tip.hide{display: none}
.newEditForm.editForm .edit-tip.error,.newEditForm.editForm .edit-tip.success{display: block !important;}
.editForm dd {position: relative;overflow: hidden;padding: 0 20px;height: 40px;border: 1px solid #e1e1e1;border-left: 0;margin: 0;}
.editForm dd input {height: 20px; line-height: 20px; padding: 10px 0; border: 0; width: 100%; font-size: 14px; font-family: 'microsoft yahei';}
.editForm dd input:disabled {background-color: #fff;}
.editForm dd span {height: 20px; line-height: 20px; padding: 10px 0; border: 0; width: 100%; font-size: 14px; font-family: 'microsoft yahei';background-color: #fff;}
.editForm dl.focus {padding-bottom: 0;}
.editForm dl.focus dd {border: 2px solid #f60; top: -1px; left: -2px; border-radius: 2px;}

/*新增 修改密码样式*/
.forgetTip{font-size: 12px;color: #9A9A9A;margin-top: 14px;}
.forgetTip a{color: #FF5600}

#btnConfirm {
    text-shadow: 0 0 2px #1381f3;
    background-color: #0c78ff;
    border: 1px solid #0c78ff;
}
