.btn-all {
	width:230px;
    margin: 0 auto;
	margin-bottom:20px;
}
a.btn-ok {
	width:100%;
    height: 35px;
    background-color: #0456d5;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 14px;
}

a.btn-ok:hover{
    color: #fff;
}

.text {
	width:100%;
	font-size:15px;
    text-align: right !important;
}

.tax input{
	font-size:14px;
	line-height:15px;
	height:30px;
	/* text-align:right; */
	}
	
.tax select{
	font-size:14px;
	line-height:15px;
	height:30px;
	}
.tax label{
	font-size:14px;
	}
/**************************/

.tax{
	
	margin:0;
	padding:0;
	}
.tax .box-type{
	margin:0;
	padding:0;
	border:#f5f5f5 8px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background:#f2f2f2;
	padding:6px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.11);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.11);
	min-height: 450px;
	}
.tax .box-type .top{
	padding:10px;
	font:19px/30px 'Kanit', Arial, sans-serif;
	background:#eaeaea;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
.tax .box-type .mid{
	margin:15px 0;
	
}

@media (max-width: 575px) {
.btn-all {
	width:100%;
    margin: 0 auto;
	margin-bottom:20px;
}
}













