@charset "utf-8";
/*public区域--开始*/
body,html{ margin:0px; padding:0px; font-size:16px;height:100%; width:100%;overflow-y:hidden;}
.body_bj{ background-color:#dfefff}
h1{ margin:0px; padding:0px;}
td{ font-size:16px;}
input{ font-size:16px; border:0px; margin:0px; padding:0px}
select{font-size:16px; }
img{ border:0px;}
A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #ff0000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none;}
/*新界面样式开始*/
.user_area{ height: 24px; padding-left: 135px;}
.user_area input{ width:100px; height:24px; line-height:24px;font-size:14px; margin-top: -1px; border:none; background:none;}
.pass_area{ height: 24px; padding-left: 80px;}
.pass_area input{ width:100px; height:24px; line-height:24px;font-size:14px; margin-top: -1px; border:none; background:none;}
.button_area_c{padding-top: 2px;}
.login_btn{ width:82px; height:27px; display:inline-block; margin-left:-2px;}
.chongzh_btn{ width:82px; height:27px; display:inline-block; margin-left:16px;}
/*新界面样式结束*/
/*文字位置关系*/
.td_left{ text-align:left; padding-left:10px;}
.td_right{ text-align:right; padding-right:10px;}
.td_center{ text-align: center;}
.td_left_nostyle{ text-align:left;}
.td_right_nostyle{ text-align:right;}

.bhl_grbg{ width:100%; height:100%; background:url(../images/login/bhl_bg.jpg) no-repeat center top #cacaca;}
.bhl_txtbg{ position:absolute; top:20%; left:50%; margin-left:-464px; background:url(../images/login/bhl_bgimg.jpg) no-repeat; width:928px; height:519px;}
.bhl_txtbg table{ margin:260px auto 0px auto;}
.bhl_txtbg table td{ height:30px; line-height:30px; font-size:14px;}

.dl_text{ width:153px; height:20px; background:#fefaef; border:1px solid #c0c0c0;}

.dl_textgr{ width:145px; height:22px; line-height:22px; background:url(../images/login/xiala_bz.gif) no-repeat right #fefaef; border:1px solid #c0c0c0;}
.dl_textyh{ width:93px; height:22px;line-height:22px; background:url(../images/login/xiala_bz.gif) no-repeat right #fefaef; border:1px solid #c0c0c0;}
.dl_textm{ width:109px; height:22px; line-height:22px;background:#fefaef; border:1px solid #c0c0c0;}

.bhl_selc{width:136px; height:24px; line-height:22px;}
.bhl_seld{width:103px; height:24px;line-height:22px;}

.dl_btn{ background:url(../images/login/bhl_dlbtn.gif) no-repeat; width:82px; height:26px; border:0px; cursor:pointer}
.error_cw{width:275px;text-align:left;position: absolute;left:6.2cm;top:7.7cm;left: 445px;}
.error_cw strong{color:#f00;font-size:12px;}

/* 解决chrome浏览器自动保存密码后变成黄色文本框 */
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #F4F8FB inset; 
border: 0px solid #CCC!important; 
width:100px;
height: 22px!important; 
line-height: 22px!important; 
border-radius: 0 4px 4px 0; 
} 