/* CSS Document - Styles for ACTIVATE - form */
table#bookingForm{
  margin:10px 0 10px 230px;
}
table#bookingForm td {
  padding:5px;
  font-size:80%;
}
input{
font-size:11px;
padding:2px;
width:200px;
}
input#spring, input#autumn, input#summer, input#submit{
  width:auto;
}
input#dateOfBirth, input#monthOfBirth{width:20px;}
input#yearOfBirth{width:27px;}

#message
{
  margin-left: 240px;
  color: #00AA00;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana;
  height: 200px;
  text-align: justify;
}

a.green, a.green:link, a.green:active, a.green:hover, a.green:visited
{
  color: #00AA00; 
}