#contact_organiser{
	width: 100%;
	padding: 21px 6px;
	box-shadow: 0px 3px 7px 0px	rgba(64,64,64,0.7);
	margin-bottom: 20px;
	background-color:
	#3cbfe9 !important;
	border: 1px solid #3cbfe9;
}
#contact_organiser span{
	font-size: 21px;
}

.sendcontact{
	margin: 0px auto;
	max-width: 100%;
	text-align: center;
}
.sendcontact textarea{
	background:	#F5F5F5 !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 6px !important;
	max-width: 600px;
	margin-top: 5px;
	color:	black;
}

.sendcontact input{
	padding: 0px 20px;
	margin-top: 15px;
	background:	#0eb1e6 !important;
	color:	#fff;
	height: 35px !important;
	text-transform: capitalize;
}