.payment {
	float:left;
	width:100%;
	}
   .select-acc{
		float:left;
		width:100%;
	}
	.select-acc .acc-top1{
		float:left;
		width:100%;
		height:41px;
		background-color:#0fb6ea;
		color:#fff;
		font-size:17px;
		/* line-height: 41px; */
		text-indent: 20px;
		font: 24px/41px 'thaisanslite', Arial, sans-serif;
	}
	.select-acc .acc-top2{
		float:left;
		width:100%;
		height:36px;
		background:#eaeaea;
		color:#333;
		line-height: 37px;
		text-indent: 20px;
	}
	.select-acc .acc-mid{
		float:left;
		width:100%;
		background:#fff;
	}
	/******************* acc-head**************************************/
	.select-acc .acc-mid .acc-head{
		float:left;
		width:100%;
		text-align: center;
		background:#f6f6f6;
		font-weight:bold;
	}
	.select-acc .acc-mid .acc-head ul{
		float:left;
		width:100%;
		margin:0;
		padding:0;
	}
	.select-acc .acc-mid .acc-head ul li{
		color:#325867;
		font-size:14px;
		list-style:none;
		/* margin-top: 10px; */
	}
	
	/********************** acc-detail***********************/
	.select-acc .acc-mid .acc-detail{
		float:left;
		width:100%;
		margin-top: 5px;
	}
	.select-acc .acc-mid .acc-detail ul{
		float:left;
		width:100%;
		padding:0;
		margin:0;
	}
	.select-acc .acc-mid .acc-detail ul li{
		font-size:13px;
		line-height: 32px;
		color: #333;
		font-weight: bold;
		padding: 5px 0 5px 0;
		float: left;
		width: 100%;
		border-bottom: 1px #e5e5e5 solid;
		list-style:none;
	}
	.bullet-bank{
		float:left;
		width: 10%;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.icon-bank{
		float:left;
		width: 11%;
		text-align: center;
		padding: 0;
	}
	.name-bank{
		float:left;
		width: 25%;
		line-height: 30px;
		padding: 0;
		/* text-align: center; */
	}
	.major-bank{
		float:left;
		width: 25%;
		padding: 0 0 0 0;
		line-height: 30px;
	}
	.num-bank{
		float:left;
		width: 25%;
		padding: 0 0 0 0;
		line-height: 30px;
	}	
	
	
/************************************* detail-payment ****************************************/	

.detail-payment{
		float:left;
		width:100%;
		margin: 20px 0 0 0;
	}
	.detail-payment .dp-top1{
    	float: left;
    	width: 100%;
    	height: 41px;
    	background-color: #0fb6ea;
    	color: #fff;
    	font-size: 17px;
    	/* line-height: 41px; */
    	text-indent: 20px;
    	font: 24px/40px 'thaisanslite', Arial, sans-serif;
 }

	.detail-payment .dp-mid{
		float:left;
		width:100%;
		padding: 5px 0 10px 0;
	}
	.detail-payment .dp-mid ul{
		float:left;
		width:100%;
		padding: 0;
		margin:0;
	}
	.detail-payment .dp-mid ul li{
		float:left;
		width:100%;
		list-style:none;
	}
	.detail-payment .dp-mid ul li.harf{
		float:left;
		width: 45%;
		padding: 5px 0;
		margin-left:5%;
	}
	
	.paytext {
		float:left;
		width:100%;
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		}
	.paybox {
		float:left;
		width:100%;
		position: relative;
		}
	.select-file {
		/* float:left; */
    width: 110px;
    height: 24px;
    background: #0fb6ea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: center;
		}
	.select-file a{
		color: #fff;
		}	 	
	.style-box {
		width: 90%;
		height: 30px;
		background: #f6f6f6;
		border:1px solid #d8d8d8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #333;
		}	
	.detail-payment .dp-mid ul li.full{
		float:left;
		width:95%;
		padding: 5px 0;
		margin-left:5%;
	}	
	.style-box2 {
		width: 90%;
		height: 38px;
		background: #f6f6f6;
		border:1px solid #d8d8d8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #0087FF;
		}
	.paybottom{
		float:left;
		width:100%;
		margin-top:20px;
		text-align:center;	
		}
	.paybottom .btn{
    padding: 10px 43px;
    /* margin-right: 10px; */
    background-color: #0fb6ea;
    text-align: center;
    color: #fff;
    font: 26px/20px 'thaisanslite', Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }	
	.paybottom .btn a{
		color:#fff;
		}	