
#feature .group {
	
	float: left;
	margin: 10px;
	width: 200px;
}

#feature h1 {
	
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 6px;
}

#feature h2 {
	
	font-size: 1.25em;
	margin-bottom: 6px;
}

#feature address p {
	
	margin-top: 3px;
}

#feature hr {
	
	background-color: #ddd;
}

#feature .physical, #feature .electronic {
	
	margin-top: 2px;
}

#feature input {

	display: block;
	font-size: 1.3em;
	width: 400px;
}

#feature input.send {

	position: absolute;
	right: 160px;
	bottom: 50px;
	font-size: 1em;
	width: auto;
}

#feature textarea {
	
	width: 400px;
	height: 75px;
}

#feature label {
	
	display: block;
	margin: 3px 0;
}