body{
	text-align: center;
	font-size:16px;
	background: #F3F3F3;
	color:#333;
}
.header{
	margin:auto;
	width: 60%;
	height:64px;
	padding: 16px 0 16px;
}
.logo{
	width: 90px;
	height:32px;
	line-height: 32px;
	font-size: 26px;
	font-family: "Arial";
}
.logo_u{
	width:32px;
	float: left;
	border-radius: 5px;
	color: #fff;
	background: #09F;
}
.logo_c{
	float: left;
	width: 58px;
	color: #333;
}
.footer {
	width: 60%;
	margin: 10% auto 0;
	padding: 2% 5%;
	font-size:14px;
	text-align:center;
	line-height:150%;
}
.footer a, .footer a:hover{
	color: #333;
	text-decoration: none;
}
#login{
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f9f9f9;
}
#login_title{
	text-align: center;
	margin-bottom: 20px;
}
#login_content{
	margin-bottom: 20px;
	padding-left: 100px;
	text-align: left;
}
.user_input{
	margin-bottom: 10px;
}
input[type="text"], input[type="password"]{
	width: 300px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
}
button {
	width: 310px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	background-color: #09f;
	color: #fff;
}
#captcha_img{
	margin-right: 5px;
}