/*****************************/

















/********************************/

.backstage-payment-card-modify-container {
	width:970px;
	text-indent: 1em;
}

.payment-card-modify-title {
	font-size:18px;
	background: #fff;
	border-bottom:2px solid #eee;
	line-height: 50px;
	width:720px;
}

.payment-card-modify-title>span {
	height:14px;
	line-height: 14px;
	margin-top:18px;
	font-size: 12px;
	display: inline-block;
	margin-left:20px;
	border-left:1px solid #ccc;
	color:#666;
}

.payment-card-modify {
	width:500px;
	margin-left:30px;
	float:left;
}

.payment-card-modify li {
	height:40px;
	line-height: 40px;
	margin:10px 0;
}

.payment-card-key, .payment-card-value {
	float:left;
	height:40px;
	line-height: 40px;
}

.payment-card-key {
	width:200px;
	text-align: right;
}


.payment-card-value {
	width:300px;
	text-align: left;
}

.payment-card-value input {
	margin-top:10px;
}

.payment-card-value span:last-child {
	font-size: 12px;
	margin-left:20px;
	color:#66f;
	cursor:pointer;
}

.payment-card-value span:last-child:hover {
	color:#339;
}

#submit-btn {
	width:120px;
	height:20px;
	line-height: 19px;
	background: #99f;
	border:none;
	color:#fff;
}


.payment-card-common-problem {
	width:230px;
	padding:10px;
	height:450px;
	background:rgb(250,250,250);
	float:right;
	margin-top:-52px;
}


.payment-card-common-problem h3 {
	margin-top:40px;
	text-align: center;
	width:100%;
	margin-bottom: 5px;
	font-size: 20px;
}

.payment-card-common-problem p {
	text-indent: 2em;
	color:#666;
	font-size: 12px;
	margin-bottom: 70px;
	line-height: 16px;
}












