*{
	padding:0;
	margin:0;
	border:none;
	font:16px/1.6em 微软雅黑,Verdana,Helvetica,Arial,sans-serif;
	text-decoration:none;
}
textarea{
	margin:0 10px;
	border:#cacaca 1px solid;
	border-radius:5px;
	padding:5px;
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
}
body,html{
	width:100%;
	height:100%;
	overflow:hidden;
	background:whitesmoke;
}
form{
	position:absolute;
	left:50%;
	top:50%;
	width:400px;
	padding:10px;
	margin:-110px 0 0 0;
	background:rgba(255,255,255,.5);
	border-radius:10px;
}
input{
	display:block;
	width:340px;
	margin:20px auto;
	background:rgba(175,173,172,.5);
	border-radius:5px;
	padding:10px;
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	font-size:20px;
	text-align:center;
	color:#ffffff;
}
button{
	padding:5px 30px;
	color:#ffffff;
	background:rgba(105,103,102,.5);
	text-align:center;
	border-radius:5px;
	margin:5px 0 20px 0;
	font-size:20px;
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
}
#btn{
	text-align:center;
}
#header{
	height:101px;
	background:#ffffff;
}
#header div{
	width:1200px;
	margin:10px auto;
}
#bdy{
	overflow:hidden;
}
#bdy td{
	height:100%;
	position:relative;
	overflow:hidden;
}
#bdy img{
	display:block;
	position:absolute;
	width:1200px;
	min-height:100%;
	left:50%;
	margin:0 0 0 -600px;
	top:0px;
}
#f{
	height:229px;
}
#footer{
	background:#333333;
	text-align:center;
	padding:35px 0 50px 0;
}
#footer p{
	line-height:1.5em;
	color:#818181;
}
table{
	width:100%;
	height:100%;
}