.billing >img{
	width:100%;
}
.right-set .white-bg h3{
    line-height: 160%;
    margin: 40px 20px;
    font-weight: normal;
    font-size: 16px;
}
.right-set .white-bg h3 b,
.cooperation-form b{
	color:#F00;
}
.cooperation-form form,
.cooperation-form fieldset{
	border:0;
	margin:0;
	padding:0;
}
.cooperation-form div{
	font-size: 16px;
	margin-bottom: 15px;
	float: left;
	width: 50%;
}
.cooperation-form div.large{
	width: 100%;
}
.cooperation-form div p{
	overflow:hidden;
	font-size: 16px;
	line-height: 150%;
}
.cooperation-form div p label{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.cooperation-form div p input{
    width: calc(97% - 126px);
    border: 1px solid #cecece;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 150%;
    padding: 10px;
}
.cooperation-form div p textarea{width: calc(97% - 110px);border: 1px solid #cecece;background: #fff;border-radius: 5px;font-size: 16px;line-height: 150%;padding: 10px;}
.cooperation-form div.code p input{
	width: 100px;
}
.btn p{
	width: 100%;
	text-align: right;
	margin-top: 50px;
}
.btn p input{
    display: inline-block;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 5px;
    background: #292929;
}
@media screen and (max-width: 640px) {
	.cooperation-form{
		width: 100%;	
	}
	.cooperation-form div{
		width: 100%;
	}
	.right-set .white-bg h3{    margin: 20px 0px;}
	.cooperation-form div p textarea{width: calc(97% - 126px);}
}