.inputform {
  position: fixed;
  width: 220 px;
  border: thick groove blue;
  padding: 20px 20px 20px 20px;
  background-color: #00FFFF;
}
.caption {
  width: 80px;
  float: left;
  padding: 0 20px 0 0;
  text-align: right;
  font-style: oblique;
}
.textentry {
  width: 110 px;
  text-align: left;
}

.singlelineentry {
  text-align:center;
}

.loginbutton {
  position:fixed;
  left: 220px ;
}

.row {
  padding-bottom: 15px;
}
.next {
  position: absolute;
  top: 200px;
  width: 290px;
  border: thin solid black;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
}

.last {
  position: absolute;
  top: 280px;
  width: 250px;
  border: thick double green;
  padding: 20px 20px 20px 20px;
  background-color: #0f0f0f;
}

