@charset "utf-8";
#ctsec_main {
	padding: 17px 0;
	background: white;
}
#ctsec_method {
	float: left;
	width: 260px;
	border-top: 1px solid #dde0f2;
}
#ctsec_method .item {
	display: block;
	position: relative;
	min-height: 70px;
	margin: 0 10px;
	padding: 10px 0 10px 99px;
	font-size: 14px;
	line-height: 18px;
	color: black;
	border-bottom: 1px solid #abaaaa;
}
#ctsec_method .item .ico {
	position: absolute;
	top: 11px;
	left: 19px;
	width: 70px;
	height: 70px;
}
#ctsec_method .item .title {
	margin: 8px 0;
	font-weight: bold;
	font-size: 19px;
	color: black;
}
#ctsec_method .item p {
	margin: 8px 0;
}
#ctsec_method .item a {
	color: #0c70b8;
	text-decoration: underline;
}
#ctsec_method .item b {
	text-transform: uppercase;
	font-size: 1.2em;
}
#ctsec_feedback {
	float: right;
	width: 668px;
}
#ctsec_feedback .bri {
	margin: 2px 0 10px;
	font-size: 14px;
	color: #131313;
}
#ctsec_feedback .tips {
	margin: 9px 4px;
	font-size: 12px;
	color: #646464;
}
#ctsec_feedback table {
	margin: 19px 0;
}
#ctsec_feedback td {
	padding: 5px 0;
}
#ctsec_feedback .fname {
	width: 82px;
	padding: 11px 0 0;
	vertical-align: top;
}
#ctsec_feedback input[type='text'] {
	width: 568px;
	height: 23px;
}
#ctsec_feedback textarea {
	width: 568px;
	height: 89px;
}
#ctsec_feedback input[type='text'] ,
#ctsec_feedback textarea {
	padding: 3px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	outline: none;
	resize: none;
}
#ctsec_feedback textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ctsec_feedback input[type='submit'] {
	display: block;
	width: 113px;
	height: 32px;
	margin: 3px auto;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: white;
	border: none;
	background: #0c73bb url(../images/contact_submit_arr.png) no-repeat 85px center;
	border-radius: 3px;
}
