.cen_left {
	float: left;
	width: 45%;
	padding: 2% 5%;
}

.cen_left h2 {
	color: #5d5d5d;
}

.cen_left p {
	padding: 8px 10px;
	font-size: 12px;
	color: #979696;
}

.cen_left p span{
	font-size: 12px;
	color: #434141;
}

.cen_left .one {
	font-size: 16px;
	margin-top: 20px;
	color: #616060;
}

.cen_right {
	padding-top:100px;
	position: relative;
}

.cen_right input{
	width: 420px;
	height: 30px;
	padding: 2px 20px;
	border: none;
	border-radius: 15px;
	background: #e8e8e8;
	margin-top: 10px;
	outline: none;
}

.cen_right textarea{
	width: 420px;
	height: 100px;
	border: none;
	border-radius: 15px;
	background:#e8e8e8;
	margin-top: 10px;
	padding: 15px 20px;
	resize:none;
	outline: none;
}

.cen_right button{
	background: #0066cc;
	color: #FFFFFF;
	border: none;
	padding: 8px 25px;
	margin-left: 55%;
	margin-top: 10px;
	margin-bottom: 80px;
	border-radius: 15px;
	font-size: 16px;
	outline: none;
	cursor:pointer;
}





.cen_right p{
	position: absolute;
	right: -22px;
	margin-top: -27px;
	color: red;
	font-size: 12px;
}
