@CHARSET "UTF-8";
body{background:url(../default/images/login_bg.png) repeat 0 0;}
.loginContent{padding-top:100px;width:100%;height:auto;background:url(../default/images/login_line.png) repeat-x 0 0;overflow:hidden;}
/*logo*/
.login_logo{width:960px;height:90px;margin:0 auto 50px;text-align:center;overflow:hidden;}
	.login_logo .t{color:#3e85c7;font-size:36px;font-family:"SimHei";}
	.login_logo .s{color:#4c86c6;font-size:12px;font-family:"Microsoft YaHei";}
/*login_con*/
.login_con{width:420px;height:290px;margin:0 auto;background:url(../default/images/loginFormbg.png) repeat-x 0 0;box-shadow: 3px 3px 5px #999;border-radius: 10px;}

	.login_title{padding-left:40px;width:100%;height:55px;line-height:55px;color:#336fb8;font-weight:700;font-size:14px;background:#ccc;background:url(../default/images/ico_01.png) no-repeat 15px 17px;}
	.login_box{width:100%;height:230px;overflow:hidden;}
	.login_box table{width:100%;}
	.login_box table th,.login_box table td{height:50px;}
	.login_box table th{text-align:right;width:120px;padding-right:15px;font-weight:normal;font-size:14px;color:#555;}
	.loginBtn,.resetBtn{cursor:pointer;width:98px;height:32px;color:#fff;font-size:14px;background:url(../default/images/loginBtnbg.png) no-repeat 0 0;}
	.resetBtn{margin-left:30px;color:#55799b;background:url(../default/images/resetBtnbg.png) no-repeat 0 0;}
/*login_foot*/
.login_foot{margin-top:70px;}
.login_foot p{font-size:12px;line-height:24px;color:#e2e2e2;}