/* 
Description: Forms stylesheet for FARMCode.org site
Author: James Diacono (jd@thefarmdigital.com.au)
Date created: 16th of April, 2010
*/
    
input[type="Text"],
input[type="Password"],
textarea {
    border:1px solid #aaa;
    background:white;
    color:#333;
    padding:0.1em 0.3em;
    }
    

input[type="Text"],
input[type="Password"] {
    width:13em;
    }

/* Standard form */
div[id*="Form"] label {
    display:block;
    font-weight:bold;
    }
