
.content{
	width: 70%;
	margin-left: 20px;
	float: left;
	border: 1px solid #ccc;
}
.title{
	color: #787878;
	background-color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.password{
	color: #787878;
	margin-top: 20px;
}
.password_tj>ul{
	padding-left: 20px;
	float: left;
}
.password_tj>ul>li{
	line-height: 40px;
	margin-top: 10px;
}
.password_tj>ul>li>input{
	height: 40px;
	width: 300px;
}
.password_nav>input{
	background: url('/Public/Home/images/button.png') 0px -61px no-repeat;
	color: #900;
	height: 40px;
	width: 120px;
	border: none;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	margin: 20px auto;
	display: block;
	cursor: pointer;
}