input[type="text"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: 1px solid #afb0b2;
	border-radius: 10px;
	height: 30px;
	padding-left: 5px;
	color:#003F5F;
}

input[type="tel"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: 1px solid #afb0b2;
	border-radius: 10px;
	height: 30px;
	padding-left: 5px;
	color:#003F5F;
}

input[type="email"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: 1px solid #afb0b2;
	border-radius: 10px;
	height: 30px;
	padding-left: 5px;
	color:#003F5F;
}

select {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border:1px solid #afb0b2;
	border-radius: 10px;
	height: 30px;
	padding-left: 5px;
	color:#003F5F;
}

.multiple-select select {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border:1px solid #E6E7E8;
	border-radius: 10px;
	height: 100px;
	padding-left: 5px;
	color:#003F5F;
}
textarea[type="text"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica;
	font-size: .9 em;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border:1px solid #afb0b2;
	border-radius: 10px;
	height: 150px;
	padding-left: 5px;
	color:#003F5F;
}

.form_title {
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	color: #003F5F;
	font-weight: normal;
	line-height: 30px;
}
