/*-------------------CONTACT ME----------------------------*/
div.contact_form form fieldset legend {
  color: #514f26;
}
/*-------------------FORGOT PASSWORD-----------------------*/
div.forgot_password form fieldset legend {
  color: #514f26;
}
/*-----------------DISTRIBUTOR AGREEMENT-------------------*/
div.signup {
  /*padding: 0px 20px 0px 20px;*/
  color: #8a7a67;
  font-size: 12px;
}
div.signup h3 {
  line-height: 18px;
  font-size: 16px;
  margin: 8px 0px 0px 8px;
  color: #8a7a67;
}
div.signup form textarea {
  border: 1px solid #CDD2B2;
  color: #8C7387;
  width: 586px;
  height: 485px;
  margin: 8px 8px 12px 8px;
}
/*-----------------DISTRIBUTOR SIGNUP INFO-------------------*/
table.distributor_signup_table thead td {
  padding: 5px 5px 5px 5px;
}
table.distributor_signup_table tbody td {
  padding: 10px 5px 0px 5px;
  font-size: 12px;
}
table.distributor_signup_table thead tr td {
  font-weight: normal;
  font-style: italic;
  color: #000000;
}
table.distributor_signup_table tr.signup_top td {
  border-top: 3px double #000000;
  font-size: 3px;
}
table.distributor_signup_table tr.signup_bottom td {
  border-bottom: 1px solid #000000;
  font-size: 3px;
}
table.distributor_signup_table tbody td.left {
  padding-left: 5px;
  border-left: 1px solid #000000;
  text-align: right;
}
table.distributor_signup_table tbody td.right {
  padding-right: 5px;
  border-right: 1px solid #000000;
}
table.distributor_signup_table tr.signup_submit td {
  text-align: right;
}
/*-----------------SIGNUP PRODUCTS-------------------*/
div.signup_product_legend {
  font-size: 16px;
  font-weight: bold;
}
div.signup_product_category {
  border: solid black 1px;
  margin: 5px;
}
div.signup_product_category_name {
  margin: 5px;
  font-size: 16px;
}
div.signup_product_category_description {
  margin: 5px 5px 5px 20px;
  width: 90%;
}
div.signup_products {
  border-top: solid black 1px;
  background-color: #efefef;
  margin-top: 10px;
}
div.signup_product_submit_button {
  text-align: right;
}
div.signup_product_submit_button button {
  border: solid black 1px;
  background-color: transparent;
}
/*-----------------CUSTOMER SIGNUP INFO-------------------*/
table.customer_signup_table thead td {
  padding: 5px 5px 5px 5px;
}
table.customer_signup_table tbody td {
  padding: 10px 5px 0px 5px;
}
table.customer_signup_table thead tr td {
  font-weight: normal;
  font-style: italic;
  color: #000000;
}
table.customer_signup_table tr.signup_top td {
  border-top: 3px double #000000;
  font-size: 3px;
}
table.customer_signup_table tr.signup_bottom td {
  border-bottom: 1px solid #000000;
  font-size: 3px;
}
table.customer_signup_table tbody td.left {
  padding-left: 5px;
  border-left: 1px solid #000000;
}
table.customer_signup_table tbody td.right {
  padding-right: 5px;
  border-right: 1px solid #000000;
}
table.customer_signup_table tr.signup_submit td {
  text-align: right;
}
.site_featured_product_description_2 {
  display: none;
}
form[name='autorespond_campaigns_form'] {
  display: none;
}