

.b
{
  padding-bottom: 15px;   color: #000000; margin-left:10px; font-family:open sans;margin-top:10px;
}




/*==============================================================================
 Content
==============================================================================*/
p.intro-text
{
  color: #7fa239;
  font-size: 18px;
  line-height: 21px;
  
}

p.subtitle
{
  color: #777;
  font-size: 15px;
}

p.instructions /* e.g. contact us form */
{
  color: #777;
  font-weight: bold;
   margin-bottom:5px;
   margin-top:10px;
 font-family:open sans;;
   font-size:13px;
}



span.email
{
  font-weight: bold;
  white-space: nowrap;
}


/*==============================================================================
 Forms
==============================================================================*/
label
{
  color: #000000; 
}
.1{ padding-bottom:10px; }

/*input[type=text],
input[type=password],*/
input.textbox,
textarea,
select
{  padding-bottom:5px; outline:none;
  background-color: #f9f9f9;
  border-top:     1px solid # FFFFFF;;
  border-right:   1px solid # FFFFFF;;
  border-bottom:  1px solid # FFFFFF;;
  border-left:   1px solid # FFFFFF;;
  font-size: 16px;
  padding: 5px; resize: none;
  border-radius:5px;
}

/*input[type=submit],
input[type=button],*/
input.btn
{
  background-color:	#f4edce;
  border-top:     1px solid  #333333
  border-right:   1px solid  #333333
  border-bottom:  1px solid   #333333
  border-left:    1px solid   #333333;padding:5px 7px; height:30px; cursor:pointer;
  border-radius:5px; outline:none;
}

input.primary
{
  font-weight: bold; color:#333333;
}

p.error-summary
{
  color: #f00;
}

p.error
{
  color: #c00;
  font-size: 14px;
  margin-bottom: 5px;
}

abbr.reqd
{
  color: #c00;
  font-size: 14px; font-family:Verdana, Geneva, sans-serif;
}
.style4{ margin-left:10px; font-family:open sans; padding-top:10px; font-family:Verdana, Geneva, sans-serif; }
