html body {
  background: #111 url('images/bg_page.jpg');
}

#font_table th, #order_table th {
  height: 25px;
  color: #111;
  text-align: left;
  font-size: 12pt;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
  background: #c9cefe url('images/bg_th.jpg') repeat-x top left;
}

#order_table td {
  color: #fff;
  font-size:9pt;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#order_table td a:link {color: #ccc; text-decoration:none;}
#order_table td a:visited {color: #ccc; text-decoration:none;}
#order_table td a:hover {color: #fff; text-decoration:underline;}
#order_table td a:active {color: #ccc; text-decoration:none;}
#order_table td a:focus {color: #333; text-decoration:underline;}

#order_table td.label {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

#order_table td.label1 {
  text-align: right;
  vertical-align: top;
}

#order_table td input.text, select {
  width: 150px; 
}

#order_table td input.inches {
  width: 50px;
}

#order_table td #decal_price{
  font-weight: bold;
  font-size: 14pt;
}

#order_table td #decal_weight{
  font-weight: bold;
  font-size: 14pt;
}

#font_table {
  width: 500px;
  margin: 0px;
  padding: 0px;
  color: #fff;
}


