/*This is the stylesheet for the forms*/
#forms
{
  
}
#forms label.inputText
{
  width: 230px;
  float: left;
  text-align:right;
}

#forms label.inputInfo
{
  text-align:center;
}

#forms label.lessons
{
  width: 120px;
  float: left;
  text-align:right;
}

#forms table.catchment
{
	margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align:center;
}
#forms td.buttons
{
  width: 100px;
  text-align:center;
}
#forms td.town
{
  width: 200px;  /*make it smaller so it isnt too near the edges*/
  text-align:right;
}
#forms td.catchmenttowns
{
  width: 200px;  /*make it smaller so it isnt too near the edges*/
  text-align:left;
}

#twn_span2 select
{
  width: 150px;  /*make it smaller so it isnt too near the edges*/
  text-align:left;
}

#forms fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
}

#forms a
{
  /*we want it to look like a link by leaving the defaults on */
}

#forms a:visited
{
  /*we want it to look like a link by leaving the defaults on */
}

#forms label.termsLink  /*align the terms text to look nice*/
{
  width: 300px;
  float: left;
  text-align:right;  
}

#forms label.submitButton  /*align the submit button to look nice*/
{
  width: 100px;
  float: left;
  text-align: center;
}

#forms label.hoursLabel
{
  width: 150px;
  float: left;
  text-align:right;
}


