div#envelope{
width: 80%;
margin: 10px 30% 10px 11%;
}
/* Makes responsive fields.Sets size and field alignment.*/
input[type=text]{
	margin-bottom: 5px;
	margin-top: 5px;
	width:100%;
	padding: 5px;
	border-radius:5px;
	border:1px solid #666;
}