body {
	font-family: "Segoe UI", "Tahoma", Geneva, Verdana, sans-serif;
	font-size: 18px;
	background-color: white;
}
form {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 700px;
}
form legend, form p{
	text-align: center;
}
form fieldset{
    border: none;
}
input{
	border: .9px solid black;
	padding: 5px;
	font-size: 16px;
}
div {
	clear: both;
	padding-top: 15px;
}
div.two label {
	font-weight:bold;
	float:left;
	width: 115px;
	text-align: right;
	padding-right: 10px;
	position: relative;
}
div.two input, div.two select{
	float: left;
	width: 400px;
	text-align: left;
}
div.one {
	text-align: center;
	font-size: 16px;
}
div.two textarea{
	margin-bottom: 10px;
	min-width: 400px;
	max-width: 400px;
	min-height: 200px;
	font-size: 16px;
	padding: 5px;
}
#submit{
	clear: both;
	width: 290px;
	height: 40px;
	background:rgba(0, 0, 0, 0.704);
	text-align:center;
	line-height:20px;
	font-size:18px;
	font-weight: 400;
	color: white;
}
#submit:hover{
	background-color: black;
	color: white;
}
.tooltip {
	display: block; 
	position:absolute;
	top: 100%;
	left: 0;
	margin-top: 0.4em;
	visibility: hidden;
	width: 14em;
	padding: 0.5em;
	font-weight: normal;
	color: black;
	background-color: lightgray;
	border:solid 2px gray;
	z-index: 10;
}
.error {
	color: #D92525;
}
span.error{
	padding-left: 10px;
}