*
{
  margin: 0px;
  padding: 0px;
  font-family: helvetica, arial, sans-serif;
}

body
{
  background: #DFE8E3;
}

a
{
  color: #00c;
  text-decoration: none;
}

a:visited
{
  color: #00c;
  text-decoration: none;
}

a:hover
{
  color: #c00;
  text-decoration: underline;
}

h1
{
  margin-top: 70px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

h2
{
  text-align: center;
  font-size: 20px;
}

p
{
  font-size: 14px;
  padding-bottom: 15px;
}

fieldset
{
  border: none;
}

td
{
  padding: 5px 3px 0px 3px;
  font-size: 14px;
}

input.text
{
  width: 220px;
}

span.b
{
  font-weight: bold;
}


#page_container
{
  margin: auto;
  width: 710px;
  overflow: auto;
}

#top
{
  width: 710px;
  height: 20px;
}

#top_left_corner
{
  float: left;
  width: 20px;
  height: 20px;
}

#top_spacer
{
  width: 660px;
  height: 19px;
  float: left;
  border-top: solid 1px #666;
  background: #fff;
}

#top_right_corner
{
  float: left;
  width: 30px;
  height: 20px;
}

#mid
{
  width: 669px;
  padding: 0px 20px 0px 20px;
  overflow: auto;
  border-left: solid 1px #666;
  background: url('shadow_r.gif') repeat-y right #fff;
}

#main_text
{
  width: 310px;
  float: left;
  margin: 15px 0px 10px 0px;
}

#form
{
  background: #f9f9f9;
  border: inset 2px #ccc;
  padding: 10px;
  width: 290px;
  float: left;
  margin: 40px 0px 10px 20px;
}

#thanks
{
  background: #f9f9f9;
  border: inset 2px #ccc;
  padding: 10px;
  margin: 20px 58px 10px 50px;
  text-align: center;
}

#button
{
  width: 225px;
  font-size: 14px;
  padding: 2px 0px 1px 0px;
  font-weight: bold;
}

#bottom
{
  width: 710px;
  height: 30px;
}

#bottom_left_corner
{
  float: left;
  width: 20px;
  height: 30px;
}

#bottom_spacer
{
  width: 660px;
  height: 30px;
  float: left;
  background: url('shadow_b.gif') repeat-x bottom #fff;
}

#bottom_right_corner
{
  float: left;
  width: 30px;
  height: 30px;
}

#bottom_images
{
  width: 580px;
  height: 150px;
  margin-left: 40px;
}