.iTitle{
	position: relative;
	width: 100%;
	height: 88px;
	margin-top: 18px;
}
.iTitle::before{
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #e0e1e3;
}
.iTitle p{
	position: absolute;
	left: 0px;
	line-height: 88px;
	top: 0px;
	padding: 0px 13px 0px 38px;
	background: url(../img/iTitleWrite.png) no-repeat 0px center;
	background-color: white;
	font-weight: bold;
	color: #252525;
	font-size: 25px;
}
.iTitle::after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 100%;
	background-color: white;
}
.msg{
	width:828px;
	background-color: #f4f7fb;
	margin: 0 auto;
	padding: 12px 20px;
}
.msg textarea{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	color: #252525;
	height: 224px;
	background-color: transparent;
	display: block;
}
.msg textarea::-webkit-input-placeholder{
	color: #646464;
}
.submit{
	width:190px;
	text-align: center;
	line-height: 42px;
	color: white;
	border-radius: 42px;
	font-size: 17px;
	margin: 23px auto 0px;
	background-color: #004ca0;
	cursor: pointer;
}