body {
  margin:0px; padding:0px;
}

.login_form td.big{
  color:#1e90ff;
  font-size: large;
  font-weight: bold;
}
.login_form input.input_pass{
  width:400px;
  height:35px;
  font-size:large;
  border-radius: 5px;
}
.login_form input.button{
  width:400px;
  height:40px;
  background-color:#1e90ff;
  border-color:#1e90ff;
  color:#ffffff;
  font-size:large;
  font-weight: bold;
  font-family: 'CI';
  border-radius: 5px;
  cursor: pointer;
}
.login_form table{
  width: 600px;
  border-collapse:separate;
  border: 1px solid #999999;
  background-color:#f5f5f5;
  border-radius: 5px;
}

.login_form td{
  height: 25px;
}

.env_table td.header{
  font-weight: bold;
}
.env_table td{
  border: 1px solid #999999;
}
.env_table td.cell1{
  text-align: center;
}
.env_table td.cell2{
  text-align: center;
}
.env_table table{
  border: 1px solid #999999;
  border-collapse: collapse;
}
.env_table {
  font-size: xx-small;
}


.note{
  font-size: 0.8em;
}
.note a {
  text-decoration: none;
}
.note a:link {
  color: #666666;
}
.note a:visited {
  color: #666666;
}
.note a:hover {
  color: #666666;
}
.note a:active {
  color: #666666;
}
