BODY {
  background-color: white;
  color: black;
  font-family: arial,sans-serif,helvetica,granada,tahoma,nimbus sans l;
  font-size: 14px;
  font-style: normal; 
  font-weight: normal;
  text-align: justify;
  line-height: 1.2em;
  letter-spacing: 0;
  word-spacing: 0;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.css_label {
  position: absolute;
  left: 0px;
  width: 125px;
  color: rgb(0,0,0);
  text-align: right;
  margin-top: 2px;
  margin-left: 0px;
}
.css_input {
  position: absolute;
  left: 135px;
  width: 180px;
  color: rgb(0,0,0);
}
#login_form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 480px;
  height: 360px;
  margin-left: -240px;
  margin-top: -170px;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.2;
  border-style: none;
}
#message {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 480px;
  color: rgb(0,0,0);
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
#caption {
  position: absolute;
  left: 44px;
  top: 128px;
  width: 126px;
  height: 32px;
  color: rgb(0,0,0);
  font-size: 22px;
  text-align: center;
  padding-top: 2px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: rgb(170,170,250);
  overflow: hidden;
}
#login_box {
  position: absolute;
  left: 0px;
  top: 125px;
}
#title {
  position: absolute;
  left: 10px;
  top: 200px;
  width: 300px;
  color: rgb(0,0,0);
  font-size: 25px;
  text-align: right;
  margin-top: 0px;
  margin-left: 0px;
}
#user_select {
  position: absolute;
  left: 335px;
  top: 188px;
  width: 120px;
  visibility: hidden;
}
#progress_image {
  position: absolute;
  left: 375px;
  top: 260px;
  visibility: hidden;
}  
#user_box {
  top: 250px;
}
#password_box {
  top: 290px;
}
#send_button {
  position: absolute;
  left: 335px;
  top: 253px;
}