body{
	background:url(4.jpg) repeat-x;
	overflow-y:hidden;
}
*{
	margin:0px;
	padding:0px;
}
.page{
	background:url(5.jpg) no-repeat;
	width:1200px;
	height:598px;
	margin:0px auto;
	padding-top:100px;
	
}
.logbox{
	width:548px;
	height:293px;
	background:url(1.png);
	margin:0px auto; 
	position:relative;
}
.bottom{
	background-color:#3A77B6;
	position:absolute;
	left:0px;
	bottom:0px;
	height:40px;
	width:100%;
	text-align:center;
}
.sign{
  color: white;
  font: bold 24px/1.5 tahoma;
	margin:5px auto;
}
.msg{
	position:absolute;
	width:500px;
	height:114px;
	top:125px;
	left:20px;
}
input{
	background:transparent;
	position:absolute;
	left:110px;
	height:42px;
	font-size:30px;
	line-height:40px;
	width:260px;
	border:0px;
}
.user{
	top:0px;
}
.pwd{
	bottom:0px;
}
.submit{
	position:absolute;
	right:0px;
	width:120px;
	height:114px;
	background:transparent;
	border:0px;
	cursor:pointer;
}