/* CSS Document */


h1
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 30px 0px 30px;
  color: #f58ec6; /* pink text */
}

h2
{
  font-size: 1.0em;
  font-weight: normal;
  padding: 10px 30px 0px 30px;
}

p
{
  font-size: .8em;
  line-height: 16px;
  padding: 10px 30px 0px 30px;
}

p.contact
{
  width: 200px;
}

p a
{
  text-decoration: none;
  color: #f58ec6; /* pink text */
}

p.error
{
  color: #f58ec6; /* pink text */
}

div.row
{
  font-size: .7em;
  padding: 5px 0px;
}


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

div.rightcol
{
  float: left;
  width: 450px;
  padding-bottom: 10px;
  _padding-bottom: 5px;
  *padding-bottom: 0px;
}

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

div#form
{
  float: right;
  height: 600px;
  width: 650px;
}

div#thanks
{
  float: right;
  height: 300px;
  width: 650px;
}

