/*///////////////////////////////////////////////////////////////////////
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 { border: none; }
legend { display: none;}
label { display:block; }
input { border:1px solid #999; padding: 3px 5px; width: 188px; margin-bottom: 20px; }
.btn { background: url(../images/button.png) no-repeat; width:199px; height: 39px; border: none; font-size: 16px; font-weight: bold; }

#response {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}
#no-spam, em {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;}