html, body {
  margin: 0px;
  padding: 0px;
  font: 8pt Tahoma;
  color: #000000;
  background: #EFEFEF;
}

#page {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
}

#header {
  width: 100%;
  height: 32px;
  background: url("/layout/header.jpg") no-repeat;
}

#banner {
  width: 100%;
  height: 201px;
  background: url("/layout/banner.jpg") no-repeat;
}

#content {
  width: 100%;
  height: 368px;
}

#white_bg {
  width: 100%;
  height: 368px;
  background: url("/layout/white_bg.jpg") no-repeat;
}

#white_bg p{
  padding-top:10px;
  font:10pt Tahoma;
  text-align:center;
}

#white_bg a {
  color:#0b94db;
  font:10pt Tahoma;
}

#ctext {
  width: 448px;
  height: 100%;
  background: url("/layout/text.jpg") no-repeat;
  float: left;
}

#cform {
  width: 352px;
  height: 100%;
  background: url("/layout/form_bg.jpg") no-repeat;
  float: left;
}

#tform {
  background: #ffffff;
  position: relative;
  top: 190px;
  left: 24px;
  width: 293px;
  height: 75px;
  border: solid 1px #9f9f9f;
  padding: 0px;
}

#tform td {
  padding: 2px;
}

.gapv {
  width: 10px;
}

.gaph {
  height: 5px;
}

.tinput {
  width: 130px;
  height: 16px;
  border: solid 1px #9f9f9f;
}

#tsubmit {
  width: 35px;
  height: 18px;
}

#tsubmit a {
  text-decoration: none;
}
