body{
	background:#fff;
}
.inner {
	width:980px;
	margin:0 auto;
}
.head {
	padding:50px 0 20px 0;
}
.head .logo {
	float:left;
}
.head .meta {
	float:right;
	padding-top:10px;
}
.main {
	padding:45px 0;
	background:#f60 url(../img/login-pic.jpg) center no-repeat;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .3) inset;
}
.login-form {
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	padding:0 0 0 0;
	width:560px;
	margin:50px auto;
}
.login-form h2 {
	padding:10px;
	background:#f60;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	border-bottom:1px solid #ddd;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	margin:0 0 40px 0;
}
.login-form .qqlogin {
	padding:15px 20px;
	border-bottom:1px dotted #ddd;
}
.login-form ul {
	padding:30px 20px;
}
.login-form ul li {
	height:40px;
	padding:5px 0;
}
.login-form ul li label {
	display:block;
	width:55px;
	text-align:right;
	line-height:35px;
	float:left;
	font-size:16px;
}
.login-form ul li input.txt {
	padding:8px;
	font-size:16px;
	width:200px;
	border-radius:3px;
}
.login-form .regzone {
	padding:15px 20px;
	background:#f8f8f8;
	text-align:center;
	font-size:14px;
	color:#666;
	border-top:1px solid #ddd;
}
.login-form .regzone a {
	padding:0 5px;
	color:#090;
	font-weight:bold;
}
.login-form button.submit {
	border:none;
	background:#f60 url(../img/login_btn.jpg) no-repeat;
	width:103px;
	height:37px;
	margin-left:55px;
	vertical-align:middle;
}
.login-form .forgotpwd {
	padding:0 10px;
	color:#666;
}
.login-form .logining{
	width:315px;
	height:210px;
	background:url(../img/loading.gif) center center no-repeat;
	display:none;
}
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
button.cupid-green {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
}
button.cupid-green:hover {
	background-color: #76b347;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
	background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
	background-image: linear-gradient(top, #76b347, #5e9e2e);
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}
button.cupid-green:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}
.foot {
	padding:20px;
	text-align:center;
	color:#666;
}

.bottom{
	background:#eee;
	padding:20px;
	text-align:center;
	margin-top:20px;
}