body
 {background-color:#000000;
  color:#FFFFFF;
  position:relative;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width:1000px;
  height:1000px;
  overflow:auto;
 }
table
 {position:absolute;
  top:100px;
  left:200px;
  width:600px;
  border-spacing:5px;
  border:3px #FFFF00 double;
 }
td.label
 {width:150px;
  text-align:right;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFF00;
 }
td.box
 {text-align:left;
 }
span.info
 {font-size:10px;
  color:#00FF00;
 }
input.ShortBox
 {width:250px;
  border:none;
 }
input.LongBox
 {width:400px;
  border:none;
 }
input#submitButton
 {width:100px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#00FF00;
  color:#0000FF;
  border:none;
 }