/*///////////////////////////////////////////////////////////////////////
Part of the code from the book 
Building Findable Websites: Web Standards, SEO, and Beyond
by Aarron Walter (aarron@buildingfindablewebsites.com)
http://buildingfindablewebsites.com

Distrbuted under Creative Commons license
http://creativecommons.org/licenses/by-sa/3.0/us/
///////////////////////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, sans-serif;
	color: #333;
	border: 0;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; }

fieldset {
	margin: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #eee; }

legend {
	font: 1.5em "Century Gothic", Helvetica, sans-serif;
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #eee;
	padding: .4em; }

label {
	display: block;
	font-size: 1.4em; }

input {
	border: 1px solid #999;
	padding: .4em;
	width: 80%;
	font-size: 1.4em; }

.btn {
	border: 0;
	padding: 0;
	margin-top: 5px;
	width: 105px; }

#response {
	color: #f30;
	font-style: italic;
	font-size: inherit;
	padding: .4em; }

#no-spam {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	margin-top: .4em; }

#description {
	font-size: 1.1em;
	margin: 1.5em 1em 0 1em;
	color: #333; }
