/* -------------------------------------------------------------- 
  
   form.css
   * The default form style of the framework.
   * Source:
   * - Blueprint CSS Framework
   * Note:
   * - 
   
-------------------------------------------------------------- */

fieldset { background: #eee; border: 1px solid #000; padding: 1em; margin: 2em 0; }
label, legend { color: #555; font-size: 1.2em; }
label { display: block; }
legend { color: #000; font-weight: bold; }

input, button, textarea { border: 1px solid #000; padding: 5px 4px; }
button, input[id=submit] { background: #000; border: 0; color: #fff; }
select { border: 1px solid #000; }
option { padding: 4px 4px 0; }
input, button, textarea, select { font-size: 1.2em; }
