﻿#m-form{
   margin:0px 50px 0 20px;
   /*max-height:230px;*/
   font-family:Courier;
   font-size:12px;
   color:#363026;
   font-weight:normal;
   overflow-x:hidden;
   overflow-y:auto;
   text-transform:lowercase;
}

.text-content .page-title
{
   font-family:Courier;
   font-size:12px;
   color:#363026;
   font-weight:bold;
}

.c-form
{
   margin: 0;
   padding: 0;
   width:320px;
   height:200px;
   font-family:Courier;
   font-size:12px;
   color:#363026;
	overflow-y:auto;
}

.c-form1 
{
   margin: 0;
   padding: 0;
   width:320px;
   height:200px;
   max-height:200px;
   font-family:Courier;
   font-size:12px;
   color:#363026;
   overflow-x:hidden;
   overflow-y:auto;
   position:relative;
   font-weight:normal;

}
.c-form .pre-text {
   margin-top:0px;
   margin-bottom:0px;
   font-weight:normal;
   font-size:12px;
}
.c-form label
{
   font-family:Courier;
   display: block; /* block float the labels to left column, set a width */
   float: left;
   width: 320px;
   padding: 0;
   margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
   text-align: left;
   color:#363026;
   text-transform:none;
}

.c-form fieldset label:first-letter
{
   /* use first-letter pseudo-class to underline accesskey, note that */
   text-decoration: underline; /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */ /* pseudo-class on legend elements, but do support it on label elements */ /* we instead underline first letter on each label element and accesskey */ /* each input. doing only legends would  lessens cognitive load */ /* opera breaks after first letter underlined legends but not labels */
}

#response {
  color:#363026;
}


.c-form .input-text
{
   /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
   width: 270px; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
   height:20px;
   margin: 5px 0 0 0px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */
   border:1px solid #000000;
   background-color:#ffffff;
   color:#363026;
}

.c-form .input-textmessage
{
   /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
   width: 270px; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
   height:50px;
   margin: 5px 0 0 0px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */
   border:1px solid #000000;
   background-color:#ffffff;
   color:#363026;

}

.c-form input#reset
{
   margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

textarea
{
   overflow: auto;
}

.c-form small
{
   display: block;
   margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
   padding: 1px 3px;
   font-size: 88%;
}

.c-form .required
{
   font-weight: bold;
}
/* uses class instead of div, more efficient */

.c-form br
{
   clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.c-form .button
{
   width: auto;
   float: left;
}

.c-form .privacy
{
   float: right;
   margin-right:50px;
   color:#363026;
   text-decoration:none;
  
}

label.error
{
   color: Red;
   font-style: italic;
   list-style-type:none;
   width:320px;
}

.label_checkbox_pair
{
  clear:both;
}
.label_checkbox_pair li{
   list-style-type:none;
   float:left;
   margin:0;
   padding:0;
}

