/*///////////////////////////////////////////////////////////////////////
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/
///////////////////////////////////////////////////////////////////////*/



fieldset {

}

legend {
}

label {
display: block;
font-size: 17px;
color: #6b2708;
margin-bottom: 8px;
margin-left: 15px;
}
	
input, textarea {
border: 1px solid #bdac6f;
background-color: #ede5c3;
font-size: 13px;
margin-bottom: 22px;
font-family: verdana;
margin-left: 15px;
}
	
input {
width: 295px;
height: 23px;
padding-top: 5px;
}

textarea {
width: 438px;
height: 125px;
overflow: auto;
}
	
input.btn {
border: 1px solid #6b2708;
background-color: #ede5c3;
padding: 0;
width: 94px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #6b2708;
}

#response {
color: #f30;
font-style: italic;
font-size: inherit;
margin-bottom: 20px;
margin-top: 10px;
margin-left: 15px;
}
#no-spam {
font-size: 1.1em;
font-style: italic;
color: #666;
margin-top: .4em;
}
#description {
font-size: 1.1em;
margin: 1.5em 1em -1.9em 0;
color: #333;
text-align: right;
color: #333;
}
