.n_login{ width:1000px; margin:5px auto; background-color:#FFF;}
.tpt-login {
	width: 360px;
	height: 360px;
	padding: 50px 30px;
	background: #FFF;
	border-radius: 8px;
	margin: auto;

}
.tpt-login h2 {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 50px;
	text-align: center;
	color: #333;
}
.tpt-login input.text-input {
	width: 340px;
	padding: 0 10px;
	margin-bottom: 20px;
	height: 55px;
	line-height: 55px;
	border: 0;
	background: #f5f5f5;
	font-size: 16px;
	color: #666;
}
.tpt-login button {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 360px;
	background: #1e9fff;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.tpt-login p {
	margin-top:20px;
	font-size: 14px;
	color: #777;
}
.tpt-login a {
	font-size: 14px;
	color: #3581b9;
}
.tpt-login span {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 1px solid #ff5722;
	padding: 4px;
	top: 4px;
	margin-right: 6px;
}
.tpt-login i {
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #ff5722;
}

.r_form{ width:510px; margin:10px auto;}
.r_form table{ width:100%; margin:10px auto; table-layout: fixed}
.r_form input{ border:1px #D6D6D6 solid; border-radius:5px; padding:3px 5px; line-height:24px;}
.r_form td{ line-height:30px; padding:5px;}
.r_form td.r_title{ width:110px; font-size:14px;}
.r_form select{ border:1px #D6D6D6 solid; padding:3px 5px; line-height:24px; }