
body
{
  background-color: #FFF9EE;
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}



#registration_div
{
  display: none;
  min-width: 700px;
}

.tab_bar
{
  border-bottom: 2px solid #000;
  height: 30px;
  padding: 0px 0px 0px 5px;
  white-space: nowrap;
}
.tab
{
  background-image: url(tab.gif);
  border-bottom: 2px solid #000;
  float: left;
  height: 30px;
  width: 110px;
}
.tab a
{
  color: #FFF9EE;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  padding: 8px 2px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: 108px;
}
.tab_selected
{
  background-image: url(tab_selected.gif);
  border-bottom: 2px solid #FFF9EE;
  float: left;
  height: 30px;
  width: 110px;
}
.tab_selected a
{
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 22px;
  padding: 8px 2px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: 108px;
}

.section
{
  border: 2px solid #000;
  border-top: none;
}

.subsection_header
{
  border-bottom: 2px solid #000;
  height: 20px;
}
.subsection_header_text
{
  background-color: #000;
  color: #FFF9EE;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  padding: 2px 10px 0px 10px;
}
.subsection_header_tail
{
  background-image: url(subsection_tail.gif);
  float: left;
  height: 20px;
  padding: 0px;
  width: 11px;
}
.subsection
{
  padding: 10px 10px 5px 0px;
}

.prompt
{
  float: left;
  padding: 4px 0px 0px 10px;
  width: 100px;
}
.input
{
  float: left;
  padding: 2px 0px 0px 0px;
}
.clear
{
  clear: both;
}

.instructions
{
  margin: 10px;
  width: 700px;
}

.required
{
  color: red;
}

#shirt_table
{
  border-collapse: collapse;
  margin: 20px; 
}
.shirt_table_header
{
  border-bottom: 2px solid #000;
}
.shirt_table_header th
{
  text-align: left;
  padding: 2px 10px 2px 10px;
  width: 50px;
}
.shirt_table_row
{
  border-bottom: 1px solid #000;
}
.shirt_table_row td
{
  text-align: left;
  padding: 2px 10px 2px 10px;
}

#checkout_table
{
  border-collapse: collapse;
  margin: 20px;
}
.checkout_table_header
{
  border-bottom: 2px solid #000;
}
.checkout_table_header th
{
  text-align: left;
  padding: 2px 10px 2px 10px;
}
.checkout_table_row
{
  border-bottom: 1px solid #000;
}
#checkout_table td
{
  text-align: left;
  padding: 2px 10px 2px 10px;
}
.checkout_total_header
{
  text-align: right;
  padding: 2px 10px 2px 10px;
}

#paypal_link
{
  float: left;
  padding: 0px 20px 20px 470px;
}
