/*-----------------DISTRIBUTOR AGREEMENT-------------------*/
div.signup {
  padding: 0px 20px 0px 20px;
  color: #CED1B3;
  font-size: 12px;
}
div.signup h3 {
  line-height: 18px;
  font-size: 16px;
  padding-top: 8px;
  color: #CED1B3;
}
div.signup form textarea {
  border: 1px solid #CDD2B2;
  color: #8C7387;
  width: 100%;
  height: 300px;
  padding: 8px;
  margin-bottom: 12px;
}
/*-----------------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;
}