/* SECTION General */
/* SECTION Form Elements */

form.standard
{
border: 1px solid rgb(36,100,72);
padding: 5px;
margin-bottom: 25px;
}

fieldset.standard
{
border: 1px solid rgb(36,100,72);
margin-bottom: 25px;
padding: 10px;
}

form.standard p, form.standard * label
{
color: rgb(80,50,11); 
font-family: Arial, sans-serif;
font-size: small;
margin-bottom: 1em;
}

form.standard * label {margin-bottom: 0px; }

form.standard * legend
{
color: rgb(80,50,11); 
font-family: Arial, sans-serif;
font-size: medium;
font-weight: bold;
margin-bottom: .5em;
}

form.standard * textarea, form.standard * input
{
color: rgb(80,50,11); 
font-family: Arial, sans-serif;
font-size: small;
}

/*.required {color: rgb(36,100,72); }*/
/*.requiredOpt {color: rgb(58,75,43); }*/

.inline {display: inline; }
label.inline {float: left; text-align: right; width: 180px; }
input.inline, textarea.inline, select.inline {margin-left: 10px; }
input.ckBox {margin-right: 10px; }
.overhead {display: block; }

.textInput
{
background-color: rgb(250,247,236);
color: rgb(80,50,11);
border: 1px solid rgb(80,171,255);
}

input.btnSubmit, input.btnReset
{
background-color: rgb(80,50,11);
color: rgb(80,171,255);
margin-left: 10px;
margin-right: 10px;
padding: 2px 5px;
border: 1px outset rgb(80,171,255);
}

input.btnSubmit:active, input.btnReset:active
{
color: rgb(0,255,255);
border: 1px inset rgb(0,255,255);
}

/* SECTION END Form Elements */
/* SECTION END General */

/* SECTION .header AND .menuBar */
/* SECTION END .header AND .menuBar */

/* SECTION .bodyContent */
/* SECTION END .bodyContent */

/* SECTION .footer */
/* SECTION END .footer */

/* SECTION .linksMenu */
/* SECTION END .linksMenu */
