/* hui员修改密码 */
.body-right-wp {
    width: 888px;
    display: inline-block;   
    border: 1px solid #CBCBCB;
    margin-left: 20px;
	/*height: 862px;*/
    margin-bottom: 10px;
}

.right-title {
    width: 812px;
    margin: 0 auto;
    height: 86px;
    line-height: 86px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #131319;
}

.change-wp {
	width: 812px;
    margin: 0 auto;
}

.change-right {
    width: 840px;
    margin: 0 auto;
}

.change-right table {
    width: 800px;
	padding-left: 30px;
}

.change-right table tr {
    width: 800px;
	height: 80px;
}

.change-right table tr td:nth-child(1) {
	color: #747474;
	width: 141px;
}

.change-right table tr td p {
	border-radius: 3px;
    width: 458px;
	height: 48px;
	line-height: 48px;
    border: 1px solid #121219;
	padding-left: 15px;
	font-size: 16px;
}

.change-right table tr td input {
    width: 458px;
	height: 48px;
    border: 1px solid #121219;
	padding-left: 15px;
	font-size: 16px;
	outline: none;
}

.change-right table tr td span {
	color: #CBCBCB;
	font-size: 12px;
	vertical-align: bottom;
	margin-left: 10px;
}

.change-right table tr td input:hover {
    border: 1px solid rgb(119, 113, 113);
}

.btn_save{
	width: 475px !important;
	height: 50px !important;
    line-height: 50px !important;
    cursor: pointer;
	background-color: #D2936F;
	border: none !important;
	color: #fff;
    text-align: center;
	margin-top: 15px;
}