form, form input, form textarea, form label, form select, form radio {
	font-family: Helvetica, Arial;
	font-size: 14px;
}

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

form p label {
	position: absolute;
	top: 6px;
	left: 5px;
}

form p br {display: none;}

form input,
form p input,
form p textarea,
form select,
form p select {
	    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

form p textarea {
	height:100px;
}

form p label,
form label,
form select option {
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}