/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* CSS Document */
form {
	width:95%;
	margin:1em auto;
}
form div{
	border-left: solid 5px rgba(72,72,72,1.00);
	padding-left: 1em;
	margin: 1em 0;
}

.required{
	margin-left: 1em;
	font-size: 0.8em;
    font-weight: 600;
}

input, textarea{
	background-color: rgba(255,255,255,1);
	padding:0.1em 0.3em;
}
input:focus, textarea:focus{
	border: solid rgba(160,160,160,1.00);
}

input{
	width: 80%;
	min-width: 12em;
	max-width: 25em;
}
textarea{
	width:100%;
	height: 13em;
	line-height: 1.7em;
}
input.formbutton{
	color: rgba(0,0,0,1.00);
	margin: 0.5em 0;
	width: 6em;
	height:2.8em;
    min-width: unset;
    border: solid 1px rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1);
}
#pplink{
	color: rgba(110,110,110,1.00);
	border-bottom: solid;
}
#pplink:hover{
	color: rgba(0,0,0,1.00);

}





