/* CSS Document */

h1
{ 
  text-align: center;
  padding: 0px;
  padding-bottom: 10px;
}

div#content
{
  text-align: left;
  margin: 20px 30px;
}

h4
{
  font-size: .95em;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}


p.summary
{
  font-size: .75em;
  color: #545454; /* dark grey */
  text-align: center;
}

p.summary a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

p.summary a:hover
{
  color: #545454; /* dark grey */
}

p.note
{
  font-size: .7em;
  color: #545454; /* dark grey */
  text-align: center;
}

div.row
{
  font-size: .7em;
  padding: 5px 0px;
  color: #545454; /* dark grey */
}


div.leftcol
{
  float: left;
  width: 290px;
  text-align: right;
  padding-right: 10px;
}

div.rightcol a
{
  text-decoration: none;
  color: #a02e15; /* dark red text */
}

div#thanks div.leftcol
{
  font-weight: bold;
  width: 353px;
}

div.rightcol a:hover
{
  color: #545454; /* dark grey */
}

input.submit
{
  margin-top: 15px;
  font-family: tahoma, sans-serif;
  font-size: .95em;
}

input.data
{
  font-family: tahoma, sans-serif;
  background: #ffffff;
}

textarea
{
  font-family: tahoma, sans-serif;
  background: #ffffff;
}

input.reqdata
{
  font-family: tahoma, sans-serif;
  background: #e6e5e5; /* light grey */
}

select.selectdrop
{
  font-family: tahoma, sans-serif;
  font-size: .95em;
}

div#recaptcha_area
{
  padding-left:300px;
}
