@CHARSET "UTF-8";
html,body,div,input{margin:0;padding:0;}
body{font-family:"SumSin";background:url(../../../images/pattern4.png) repeat 0 0;}
.loginContent{padding-top:100px;width:100%;height:auto;overflow:hidden;}
/*logo*/
.title{width:600px;height:70px;margin:0 auto 50px;background:url(../../../images/login_title.png) no-repeat 0 0;}
/*login_con*/
.login_con{width:600px;height:300px;margin:0 auto;overflow:hidden;}
 	.lgoin_img{float:left;margin-top:15px;width:160px;height:300px;background:url(../../../images/login_img.png) no-repeat 0 0;} 	
 	.login_box{background:green;float:left;width:430px;height:300px;overflow:hidden;background:url(../../../images/login_line.png) no-repeat 0 -15px;}
	.login_box table{width:100%;}
	.login_box table th,.login_box table td{height:43px;padding-top:5px;padding-bottom:5px;}
	.login_box table td{position:relative;}
	.login_box table th{text-align:right;width:110px;padding-right:10px;font-weight:normal;font-size:16px;color:#111;}
	.btn_login,.btn_reset{cursor:pointer;width:120px;height:40px;color:#fff;font-size:18px;font-family:"微软雅黑";border:none;background:url(../../../images/login_btn.png) no-repeat 0 0;}
	.btn_reset{background-position:0 -40px;margin-left:30px;}
	.textbox{width:300px;height:35px;line-height:35px;border:1px solid #c8e2a1;font-size:18px;font-weight:700;}
	.textbox.val{width:120px;}
	.login_con .valImg{position:absolute;left:130px;top:9px;line-height:37px;}
		.login_con .valImg img{float:left;height:35px;width:100px;margin-right:5px;border:1px solid #e5e5e5;}
		.login_con .valImg span{float:left;}
	.login_box table .tips{padding:0;height:25px;line-height:25px;color:red;font-size:12px;text-align:center;} 
	.login_con a{text-decoration:none;color:#217900;font-size:12px;}
	.login_con a:hover{color:#4CB713;}
/*login_foot*/
.login_foot{margin-top:70px;}
.login_foot p{font-size:12px;line-height:24px;color:#777;text-align:center;}