.item
{
  margin-right: 6px;
}

table.regform td
{
  padding: 4px 10px;
}

table.regform td.sectiontitle
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #008000;
  padding-top: 2em;
  border-bottom: 1px solid #22AA22;
}

table.regform td select
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  background: #FFFFFF;
  border-top: 1px solid #22AA22;
  border-left: 1px solid #22AA22;
  border-right: 1px solid #22AA22;
  border-bottom: 1px solid #22AA22;
  padding: 0px;
}

table.regform td select optgroup
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #FF0000;
}

table.regform td input
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  background: #FFFFFF;
  border-top: 1px solid #22AA22;
  border-left: 1px solid #22AA22;
  border-right: 1px solid #22AA22;
  border-bottom: 1px solid #22AA22;
  padding: 2px 6px;
}

table.regform td input.dm
{
  width: 2.2em;
  text-align: center;
}

table.regform td input.yy
{
  width: 3.2em;
  text-align: center;
}

table.regform td textarea
{
  overflow: auto;
}

table.regform td.formbutton
{
  text-align: center;
  padding-top: 2em;
}

button, #content a.greenbutton
{
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background: #72B671;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 2px 6px;
}

button:active, #content a.greenbutton:active
{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

button.orangebutton, #content a.orangebutton
{
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background: #DF8200;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 5px 10px;
}

button.orangebutton:active, #content a.orangebutton:active
{
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}