body {
	margin: 0;
	max-width: 640px;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/bodybg.jpg) no-repeat center center;
	background-size: cover;
}

.box {
	background: #fff;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -150px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .6);
}

.box h3 {
	text-align: center;
	margin: 18px 0;
}

.box .input {
	width: 220px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	color: #666;
	outline: 0;
	font-size: 14px;
}

.box .submit {
	width: 240px;
	height: 30px;
	line-height: 30px;
}
.box .copyright{
	position: absolute;
	bottom: -30px;
	width: 240px;
	margin-left: -120px;
	left: 50%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

