/*----------------- account refill -----------------*/



.block_str h2 span.sum_green{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	border-radius: 4px;
	background: #57A427;
	font-family: PFDinDisplayPro-Med;
	font-size: 14px;
	color: #FFF;
	margin-right: 27px;
	text-transform: none;
	margin-top: 16px;
}

.block_str h2 span.sum_orange{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 16px;
	border-radius: 4px;
	background: #FFA500;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #FFF;
	margin-right: 13px;
	text-transform: none;
	margin-top: 16px;
}


.ar_tabl{
	width: 936px;
	margin: 0 auto;
	margin-top: 28px;
}

.acc_reffil th{
	height: 59px;
	border-bottom: 2px solid #2DABDA;
	border-right: 2px solid #2DABDA;
	color: #34485a;
	
}
.acc_reffil th:last-child{
	border-right: 0;
}


.acc_reffil th.ar_method{
	width: 322px;
}

.acc_reffil th.ar_com{
	width: 334px;
}

.acc_reffil th.ar_sub{
	width: 276px;
}

.acc_reffil td{
	height: 79px;
	border-right: 2px solid #2DABDA;
	vertical-align: middle;
	
}

.acc_reffil td:last-child{
	border-right: 0;
}

.acc_reffil td a{
	width: 153px;
	line-height: 34px;
	margin: 0 auto;
}

.pay_chec{
	width: 235px;
	margin-left: 62px;
	margin-top: 14px;
}
.pay_chec label{
	float: left;
	width: 235px;
}

.pay_chec label p{
	display: block;
	position: relative;
	margin: 0;
	color: #000;
	margin-bottom: 2px;
	text-decoration: underline;
	font-size: 18px;
}

.pay_chec input[type="checkbox"]:not(checked) + label:before{
	right: 2px;
}

.pay_chec input[type="checkbox"]:not(checked) + label:after{
	right: 5px;
}



.ar_btm_right{
	width: 526px;
	float: left;
	position: relative;	
	margin-top: -9px;
	margin-left: 34px;
}

.ar_btm_right a{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-family: PFDinDisplayPro-Med;
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}

.acc_reffil_fa{
	width: 526px;
}
.acc_reffil_fa p{
	float: left;
	font-family: PFDinDisplayPro-Med;
	font-size: 16px;
	color: #34485a;
	display: block;
	width: 207px;
	text-align: center;
}

.acc_reffil_fa input{
	display: block;
	width: 175px;
	height: 33px;
	float: left;
	margin-right: 24px;
	margin-top: 11px;
	
}

.acc_reffil_fa button.btn_blue{
	float: left;
	width: 92px;
	line-height: 32px;
	margin-top: 11px;
	
}

/*----------------- end account refill -----------------*/