/********************************/


.backstage-account-navigation {
	height:370px;
}












/********************************/

.backstage-account-safety-modify-container {
	
}

.pwd-modify-outer-container {
	width:900px;
	padding:0px;
}

.modify-title {
	width:100%;
	height:50px;
	line-height: 50px;
	font-size: 18px;
	text-indent: 1em;
	border-bottom: 2px solid #ccc;
}

.pwd-modify-container {
	width:500px;
	height:300px;
	margin-left:150px;
}

#bindMobile {
	width:300px;
	height:60px;
	margin-top:100px;
	background:#eee;
	border:1px solid #ccc;
	cursor:pointer;
}

#bindMobile:hover {
	background:#ddd;
}

.pwd-modify-container li {
	height:40px;
	line-height: 40px;
	margin:10px 0;
}

.pwd-modify-key, .pwd-modify-value {
	float:left;
	height:40px;
	line-height: 40px;
}

.pwd-modify-key {
	width:200px;
	text-align: right;
}


.pwd-modify-value {
	width:300px;
	text-align: left;
}

.pwd-modify-value input {
	margin-top:10px;
}

.pwd-modify-value span:last-child {
	font-size: 12px;
	margin-left:20px;
	color:#66f;
	cursor:pointer;
}

.pwd-modify-value span:last-child:hover {
	color:#339;
}


#submit-btn {
	width:120px;
	height:20px;
	line-height: 19px;
	background: #99f;
	border:none;
}





















