﻿body{
 		width: 100%;
 		height: 100%;
 		margin: 0px;
 		border: 0px;
 		overflow: hidden;
 	}
 	
 	#title{
 		position: absolute;
 		right: 38%;
 		bottom:4%;
 		font-family: 微软雅黑;
 		font-size: 12px;
 		font-weight: bold;
 		color: #ffffff;
 		
 	}
 	
 	.login{
		position:absolute;
 		right: 80px;
 		bottom:19.5%;
 		height:320px;
 		width:408px;
 		background-image: url(../../images/loginframe.png);
 		background-repeat: no-repeat;
 	}
 	#sgin{
 		
 		font-size: 20px;
 		font-family: 微软雅黑;
 		font-weight:bold;
 		color: 4A6C15;
 		background-image: url(../../images/users.png);
 		background-repeat: no-repeat;
 		background-position: 30px;
 		text-align: center;
 	}
 	#layout{
 		padding-left: 80px;
 		padding-top: 0px;
 		padding-right: 80px;
 	}
 	
 	table{
 		font-size: 14px;
 		font-family: 宋体;
 	}
 	table tr{
 		line-height: 18px;
 	}
	.input{
		 width:150px;
		 height:24px;
	}