/*///////////////////////////////////////////////////////////////////////
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/
///////////////////////////////////////////////////////////////////////*/
body { font-size: 62.5%;  /* 16px × 62.5% = 10px */ }

* {
margin:0; 
padding:0; 
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 10px;
color:#333; 
border:0;
}

fieldset {margin:1em; padding:1em; border:1px solid #ccc; background:#eee;}

legend  {
color:#848484;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 1.1em;
line-height: 1.4em;
}

label {
display:block; 
color:#848484;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 1.1em;
line-height: 1.4em;
}

input {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 1.1em;
line-height: 1.4em;
color:#848484;
background-color:#f4f4f4;
border-style:solid;
border-width:1px;
border-color:#c0c0c0;
}

.btn {border:0; padding:5; width:90px; margin-bottom:-.9em;}

#response {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}

#description {
color:#f9a70a;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 12px;
line-height: 14px;
}

