@import url(common.css);

.wrapper {
	text-align: center;
}
.content {
	width: 620px;
	margin: 0 auto;
}
.box .input {
	margin: 40px auto 30px;
}
.box .input input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 10px;
}
.box .btn {
	margin: 0 auto; 
}
.box .btn button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #333;
	color: #fff;
}
.box .text {
	display: none;
	background: #fff;
	text-align: left;
	padding: 30px;
	margin: 30px auto;
	box-shadow: 0 0 10px 0 #f5f5f5;
}