form, form input, form textarea, form label {
	 font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('ProductSans-Regular.woff') format('woff');
	font-size: 18px;
	border-radius: 25px;
	

}

form p {
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .8em;
}

form p br {display: none;}


form p input,
form p textarea {
	display: block;
	padding: 8px;
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}


form p select {
	display: block;
	padding: 7px;
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f5f5f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


form p label,
form select option {
	display: block;
	margin: 9px;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}

form p textarea {
	padding: 8px;	
}

form p textarea,
form p input {

}

form p label {
}


