#rightframe {
 margin-left: 300px;
 position: relative;
 border: 0px solid red;
 padding-bottom: 350px;
 }

#form {
 margin: 0 auto;
 padding-top: 10px;
 width: 400px;
}

h6 {
 padding: 0 0 10px 0;
 margin: 0;
 }
 	
form.checkstatus fieldset {
  border: 2px solid #000000;
  padding: 5px;
  }

form.checkstatus legend {
  font-weight: bold;
  font-size: large;
  color: #000000;
  padding: 0px;
  }

form.checkstatus {
  width: 400px;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  }

form.checkstatus label {
  font-weight: bold;
  font-size: large;
  color: blue;
  line-height: 100%;
  }

form.checkstatus label.fixedwidth {
  display: block;
  width: 140px;
  float: left;
  }

form.checkstatus .buttonarea input {
  background: navy;
  color: white;
  font-weight: bold;
  border: 1px solid White;
  }

form.checkstatus .buttonarea {
  text-align: left;
  padding: 2px;
  }
