@CHARSET "UTF-8";

		#main_title {
    		height: 60px;
    	}
    	#main_title img{
    		margin-left: 120px;
    		margin-top: 10px;
    	}
    	
    	#login_div{
    		width: 290px;
    		height: 450px;
    		position: absolute;
    		top: 170px;
    		font-family: "微软雅黑";
    		margin-left: 42%;
    	}
    	
    	.login{
    		margin-left: 30px;
    	}
    	
    	.p-top1{
    		padding-top: 10px;
    	}
    	.p-top2{
    		padding-top: 0px;
    	}
    	.p-top3{
    		padding-top: 30px;
    	}
    	.p-top4{
    		padding-top: 40px;
    	}
    	.p-top5{
    		padding-top: 50px;
    	}
    	.p-bottom1{
    		padding-bottom: 10px;
    	}
    	.p-bottom2{
    		padding-bottom: 20px;
    	}
    	.p-bottom3{
    		padding-bottom: 30px;
    	}
    	.p-bottom4{
    		padding-bottom: 40px;
    	}
    	.p-bottom5{
    		padding-bottom: 50px;
    	}
    	.m-top1{
    		margin-top: 10px;
    	}
    	.m-top2{
    		margin-top: 20px;
    	}
    	.m-top3{
    		margin-top: 30px;
    	}
    	.m-top4{
    		margin-top: 40px;
    	}
    	.m-top5{
    		margin-top: 50px;
    	}
    	.m-bottom1{
    		margin-bottom: 10px;
    	}
    	.m-bottom2{
    		margin-bottom: 20px;
    	}
    	.m-bottom3{
    		margin-bottom: 30px;
    	}
    	.m-bottom4{
    		margin-bottom: 40px;
    	}
    	.m-bottom5{
    		margin-bottom: 50px;
    	}
    	
    	.helptext{
    		font-family: "微软雅黑";
    		font-size: 9pt;
    		color: #CCC;
    	}
    	
    	#login_div div[name="loginuser"]{
    		padding-top: 10px;
    	}
    	
    	#login_div div[name="loginuser"] > i{
    		padding-top: 5px;
    	}
    	
    	#login_div label[name="remeberMe"]{
    		font-family: "微软雅黑";
    		margin-left: 5px;
    	}
    	
    	#username_helptext{
    		line-height: 14px;
    
    	}
    	
    	#forgetPassWord{
    		margin-left: 20px;
    		text-decoration: none;
    	}
    	
    	#main_footer{
    		height: 200px;
    		font-family: "微软雅黑";
    	}