  body {
    background:url(images/bg.png) repeat-x;
    margin:0px;
    padding:0px;
  }
  img {
    border:0;
  }
  .fleft {
    float:left;
  }
  .fright {
    float:right;
  }
  .mainmenu {
    margin-top:86px;
    font-family:Arial;
    font-size:11px;
  }
  .mainmenu a{
    color:#fff;
    text-decoration:none;
  }
  .mainmenu li {
    display:inline;
    margin-left:20px;
  }
  .title {
    position:absolute;
    top:10px;
    left:50px;
  }
  .content {
    padding: 0 40px;
    float:left;
    width:500px;
  }
  .content2 {
    float:left;
  }
  .content h1 {
    color:#c71717;
  }
  .content h3 {
    color:#c71717;
    border-bottom:1px solid #c71717;
    width: 500px;
    display:block;
  }
  .content h4 {
    color:#c71717;
    border-bottom:1px solid #c71717;
    width: 500px;
    display:block;
    text-align:right;
  }
  h6 {
    display:inline;
  }
  h6 a {
    color:#c71717;
  }
  .mysubmit {
    width:116px;
    height:28px;
    background:url(images/generatebutton.png);
    border:0px;
    cursor:pointer;
  }

.label {
  float:left;
  width:200px;
}

.theform {
  float:right;
  width:400px;
}
.bottom {
  float:right;
  width:400px;
}
.theform input,
.theform select {
  width:200px;
  border:1px solid #aaa;
}