.ct-donlod{
	width: 850px;
	height: 500px;
	float: left;
	/*background: red;*/
	margin-left: 30px;
}
.box-brochure{
	width: 250px;
	height: 300px;
	background: url('../image/ico-dw-br.png') no-repeat ;
	background-position: 80px 30px; 
	text-align: center;
	float: left;
}
.box-price-list{
	width: 250px;
	height: 300px;
	background: url('../image/ico-dw-pl.png') no-repeat ;
	background-size: 110px;
	background-position: 60px 40px; 
	text-align: center;
	float: left;
	margin-left: 20px;
}

.box-brochure-2{
	width: 250px;
	height: 300px;
	background: url('../image/ico-dw-br2.png') no-repeat ;
	background-size: 110px;
	background-position: 60px 50px; 
	text-align: center;
	float: left;
	margin-left: 20px;
}
.box-brochure label,.box-price-list label,.box-brochure-2 label{
	width: 250px;
	height: 35px;
	display: block;
	font-family: CGFont;
	font-size: 13px;
	text-align: center;
	margin-top: 220px;
	float: left;
}

.btn-download-br{
	width: 200px;
	height: 40px;
	background-color: #0681c6;
	font-family: CGFontB;
	color: #fff;
	text-transform: uppercase;
	border:0;
	border-radius: 30px;
	cursor: pointer;

}

.btn-download-br:hover{
	background-color: #1893d8
}

.btn-download-pl{
	width: 200px;
	height: 40px;
	background-color: #399754;
	font-family: CGFontB;
	color: #fff;
	text-transform: uppercase;
	border:0;
	border-radius: 30px;
	cursor: pointer;

}

.btn-download-pl:hover{
	background-color: #57b371
}

.btn-download-br2{
	width: 200px;
	height: 40px;
	background-color: #f45904;
	font-family: CGFontB;
	color: #fff;
	text-transform: uppercase;
	border:0;
	border-radius: 30px;
	cursor: pointer;

}

.btn-download-br2:hover{
	background-color: #ff6b16
}