.left_column h2
{
  color: #e1d1ab;
  font-size: 1.75em;
  margin-bottom: 15px;
}

.steps
{
  background: url(/images/bg_steps.gif) no-repeat;
  width: 630px;
  height: 53px;
  margin: 40px 0; 
}

.steps li
{
  width: 33%;
  display: block;
  text-align: center;
  float: left;
  height: 38px;
  padding-top: 15px;
  color: #533366;
  font-size: 1.25em;
  margin-left: 0;
}

.steps li.selected
{
  color: white;
}

.step td
{
  padding-bottom: 10px;
}

label
{
  color: #ef7640;
  white-space: nowrap;
  padding-right: 5px;
}

.legend
{
  color: #e1d1ab;
  font-size: 0.9em;
}

button
{
  margin-top: 20px;
  font-size: 120%;
}

p.payment_error
{
  color: red;
  font-size: 1.2em;
}

p.payment_success
{
  color: green;
  font-size: 1.2em;
}

ul.error_list
{
  font-size: 1em;
  line-height: normal;
  padding-bottom: 2px;
}

ul.error_list li
{
  margin-left: 0;
  padding-bottom: 0;
}

#date_choice
{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

#date_choice th
{
  font-size: 120%;
  border-bottom: 1px solid #999;
}

#date_choice td, #date_choice th
{
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  vertical-align: top;
}

#date_choice ul
{
  padding-bottom: 0;
  margin-top: 10px;
}

#date_choice ul li
{
  color: #fff;
  font-size: 1em;
  line-height: normal;
}
