@charset "utf-8";

#wrapper {
	width: 400;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 6px;
	border-color: #039325;
	color: #861617;
}

#emailheader {
	font-family: trench; /* installed font*/
	font-size: 2.2em;
	font-style: normal;
	font-weight: 900;}

#FormDiv{
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-bottom-left-radius: 8px 10px;
	border-bottom-right-radius: 8px 10px;
	/* [disabled]border-top-right-radius: 8px 10px; */
	border-top-left-radius: 8px 10px;
	background-color: #E3E3E3;
	-webkit-box-shadow: 1px 0px;
	box-shadow: 1px 0px;
	border-width: 1px;
	border-color: #098600;
}

input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro;}

#smallinput {
	border: 2px solid #eeeeee;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; 
	align-content: center}

@font-face {font-family: myFirstFont; src:url(https://creativemarket.com/NimaVisual/16159-Trench?u=NimaVisual);}
#submit {
	color: #E50000;
	border-color: #A20A00;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	border-radius: 0px / 6px;
}
