@charset "utf-8";
/*登录入口*/
#login_cont{ margin:20px 0; overflow:hidden;}
#login_cont .login_img{ float:left; width:540px;}
#login_cont .login_frm{ float:right; width:384px;}
.login_frm .title{ height:46px; background:url("../images/login/login_title.jpg"); padding-top:1px;}

#member,#company{ float:left; width:191px; height:44px; line-height:44px; text-align:center; font-size:14px; color:#343434; cursor:pointer; overflow:hidden}
.login_frm .title .member,.login_frm .title .company{ background:url("../images/login/login_title_bg.jpg") repeat-x; border:1px solid; border-color:#d5d5d5;}
.login_frm .title .member{ border-width:0 1px 1px 0; margin-left:1px;}
.login_frm .title .company{ border-width:0 0px 1px 1px;}

.frm_cont{ border:1px solid; border-color:#d5d5d5; border-width:0 1px; padding:15px 15px 15px 25px;}
.frm_cont table th{ font-weight:100; padding-right:5px;}
.frm_cont table td{ padding:4px 0;}
.frm_cont input.ipt{ width:210px; height:26px; line-height:24px; border:1px solid #d5d5d5; font-size:14px; padding:0 4px;}
.bg_bottom{ height:3px;background:url("../images/login/login_bottom.jpg") no-repeat;}

/*提示信息*/
.notice{ width:200px;background:none repeat scroll 0 0 #FFF6BF;border:1px solid #FFD324;color:#514721;}
.message{color:#333333;font-size:14px;margin:2px 0;overflow:hidden;padding:4px 10px;}
.typecho-radius-bottomright  {-moz-border-radius-bottomright:4px;}
.typecho-radius-bottomleft {-moz-border-radius-bottomleft:4px;}
.typecho-radius-topright {-moz-border-radius-topright:4px;}
.typecho-radius-topleft {-moz-border-radius-topleft:4px;}
