.cpf-form
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.cpf-form hr{
	margin:40px 0;
}

.cpf-row .cpf-row-name{
	font-size:30px;
	font-weight:400;
	line-height: 30px;
	padding:20px 0;
}

.cpf-row .cpf-row-name input{
	position: relative;
	bottom:4px;
}

.cpf-row .cpf-row-price,
.cpf-free-pay-cont input
{
	float:right;
	padding:8px 20px;
	border:1px solid #cccccc;
	text-align: center;
	width:200px;
	margin:-5px 0 20px 100px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.cpf-free-pay-cont{
	float:right;
}

.cpf-row .cpf-free-pay-cont .cpf-row-price{
	width:425px;
	padding:0;
	border:0;
	margin-left:0;
}

.cpf-row .cpf-free-pay-cont .cpf-row-price input{
	float:none;
	width: 180px;
	margin-left:0;
}

.cpf-row .cpf-row-text{
	clear: both;
	margin: 20px 0 0;
}

.cpf-row .cpf-row-text p{
	line-height: 35px;
}

.cpf-form-pay label{
	display: block;
	margin: 0 0 20px;
}

.cpf-form-pay label > span{
	display: block;
	float:left;
	width:200px;
}

.cpf-form-pay label.ERROR{
	position: static;
	
}