/* Start of CMSMS style sheet 'Form' */
/* Form Elements */

form, fieldset {
margin: 0;
padding: 0;
}

fieldset {
border: 1px dotted #231f20;
border-width: 1px 0 0;
padding: 1.2em 0;
}

fieldset, .submit { margin: 0 1.5em; }

fieldset fieldset { margin: 0; }

label, legend { font: 1.2em/1.4 Arial, Helvetica, sans-serif; }

legend {
font-size: 1.6em;
font-weight: bold;
}

label { display: block; }

input[type='text'], textarea { width: 50%; }

input { margin-bottom: 1.2em; }

input:focus { background-color: #fffa8f; }
/* End of 'Form' */

