@charset "utf-8";
html * {
	/*margin:0;
	padding:0;*/
	font-family:Microsoft Yahei;
font-size:14px;
}
body {
	text-align:center;
	background:#f1f1f1;
}
a {
	color:#999;
	font-size:12px;
}
/* login */
.login {
	margin:0 auto;
	margin-top:10px;
	width:330px;
	/*height:200px;*/
	text-align:left;
	/*border:solid #ccc 1px;*/
	padding:10px 0;
	background:#fff;
	border-radius:5px;
/*	box-shadow:2px 2px 2px #ccc;*/
}
.login label {
	display:block;
	padding:0 20px;
	text-transform:capitalize;
	height:22px;
	line-height:22px;
	margin-top:10px;
	position:relative;
}
.login label a {
	position:absolute;
	right:25px;
	top:0px;
}
.login input {
	margin-left:15px;
	width:295px;
	height:25px;
	border:solid #ccc 1px;
	border-radius:5px;
	margin-top:2px;
	outline:none;
	background:#E8EBEF;
	padding:5px;
}

.login span {
	width:95%;
	margin:20px auto;
	height:1px;
	overflow:hidden;
	background:#ccc;
	display:block;
}
.login input[type=checkbox] {
	width:15px;
	height:15px;
	border-radius:1px;
	background:linear-gradient(#fff, #ccc);
	margin-top:13px;
	float:left;
	border:solid #ccc 1px;
}
.login input[type=checkbox] + label {
	font-size:12px;
	color:red;
	float:left;
	height:20px;
	line-height:20px;
	padding:0;
	padding-left:10px;
}
.login input[type=submit] {
	width:100px;
	height:30px;
	line-height:30px;
	float:right;
	border-radius:15px;
	margin-right:20px;
	border:solid #00A0E9 1px;
	font-size:16px;
	background:linear-gradient(#00A0E9, #00A0E9);
	box-shadow:2px 2px 2px #00A0E9;
	color:#fff;
	cursor:position;
*background:#b9ddf3;
	background:#b9ddf3\0;
}
.login input[type=submit]:active {
	position:relative;
	left:1px;
	top:1px;
	color:red;
	outline:none;
}



/* register */
.register {
	margin:0 auto;
	margin-top:10px;
	width:330px;
	height:340px;
	text-align:left;
	/*border:solid #ccc 1px;*/
	/*padding:10px 0;*/
	padding:5px 0;
	background:#fff;
	border-radius:5px;
	/*box-shadow:2px 2px 2px #ccc;*/
}
.register label {
	display:block;
	padding:0 20px;
	text-transform:capitalize;
height22px;
	line-height:22px;
	margin-top:10px;
	position:relative;
}
.register label a {
	position:absolute;
	right:25px;
	top:0px;
}
.register input {
	margin-left:15px;
	width:295px;
	height:25px;
	border:solid #ccc 1px;
	border-radius:5px;
	margin-top:2px;
	outline:none;
	background:#E8EBEF;
	padding:5px;
}
.register span {
	width:95%;
	margin:20px auto;
	height:1px;
	overflow:hidden;
	background:#ccc;
	display:block;
}
.register input[type=checkbox] {
	width:15px;
	height:15px;
	border-radius:1px;
	background:linear-gradient(#fff, #ccc);
	margin-top:13px;
	float:left;
	border:solid #ccc 1px;
}
.register input[type=checkbox] + label {
	font-size:12px;
	color:red;
	float:left;
	height:20px;
	line-height:20px;
	padding:0;
	padding-left:10px;
}
.register input[type=submit] {
	width:100px;
	height:30px;
	line-height:30px;
	float:right;
	border-radius:15px;
	margin-right:20px;
	border:solid #00A0E9 1px;
	font-size:16px;
	background:linear-gradient(#00A0E9, #00A0E9);
	box-shadow:2px 2px 2px #00A0E9;
	color:#fff;
	cursor:position;
*background:#b9ddf3;
	background:#b9ddf3\0;
}
.register input[type=submit]:active {
	position:relative;
	left:1px;
	top:1px;
	color:red;
}

.btn_button {
	width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    border-radius: 15px;
    margin-right: 20px;
    border: solid #00A0E9 1px;
    font-size: 16px;
    background: linear-gradient(#00A0E9, #00A0E9);
    box-shadow: 2px 2px 2px #00a0e9;
    color: #fff;
	outline:none;
}
