/* ------- FROM: demo_nav.css ---- */
.ft_font {
  font-family: tahoma, arial, verdana, courier; 
  font-size: 9pt;  
  line-height: 20px;  
}

.title2 {
  font-family: arial, tahoma, verdana, courier; 
  font-weight: bold;
  font-size: 12pt;
}

.table_1 { border-collapse: collapse; }

.table_1 td { 
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
td.table_1_bg {
  padding: 2px;
  padding-left: 2px;
  background-color: #cccccc;
  border-bottom: none;
}
.table_1_bg td {
  padding: 1px;
  padding-left: 1px;
  background-color: #cccccc;
  border-bottom: 0px solid #cccccc;
}
td.table_1_title
{
  background-color: #cccccc;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
}
td.answer {
  background-color: #eaeaea;
  padding: 5px;
}

.req_field { color: red; }

.error { 
  border: 1px solid #FF0000;
  color:#FF0000;
  background-color: #ffffcc;
  width: 532px; /* 535px;  */
}

.error td { 
  font-size: 10pt;
  font-family: tahoma, arial, verdana, courier;
}

.bottomMsg { 
  border: 1px solid #336501; 
  color:#336501;
  background-color: #ffffcc;
  width: 532px; 
}

.bottomMsg td { 
  font-size: 10pt;
  font-family: tahoma, arial, verdana, courier;
}

/* ------- FROM: demos.css -------- */
a img { border: none; }
td { font-family: arial, tahoma, verdana, courier;; font-size: 11px; /* 8pt; */ }
input, textarea, select { font-size: 11px; /* 8pt; */ }


/* ------ FROM: each php ----- */

.title2 {font-weight:bold;color: #336501;}
.table_1_title {font-weight:bold;}
.req_field {font-weight:bold; color:#FF0000;}

.form_comments {width: 532px; /* 535px; */ }

/* ------ Select field widths ------- */
#customer_salutation { width:102px; }
#customer_country { width:285px; }

#website { width:220px; }
#ad_category { width:220px; }
#ad_package { width:390px; }
#business_country { width:285px; }

#billing_country { width:285px; }
#card_type { width:132px; }
#card_month { width:52px; }
#card_year { width:61px;  }
label { float:none; }

