div.rel { position: relative; top: 0; left: 0; }

div#login2-h {
  position: absolute;
  left: 4px; top: 8px; 
  width:235px; height: 100px;
  background-color: #7EA9D3;
}
div#login2 {
  position: absolute;
  left: 4px; top: 8px;
  width:235px; height: 22px;
  background-color: #7EA9D3;
}
iframe { border: none; background-color: #7EA9D3; width:100%; height:100%; }

div#login-box {
  display: block;
  position: absolute; 
  top: 283px;
  left: 20px;
  height:73px;
  width:230px;
  overflow: hidden;
}
/*
div#login-pp-box {
  border1: 1px solid red;
  position: static;
}
*/

/*
input.hidden { position: relative; z-index: -1;}
div.login input.hidden { display: none; }
*/
div.login input.hidden { position: absolute; z-index: -2; top:-50px; left: 0;}

img.act { cursor: pointer; cursor: hand;}

div.login { background-color: #7EA9D3; }
div.login input { border: 2px inset ; height: 18px; }
div.login input.image { border: none;  margin-bottom: -3px;  margin-left: 2px; }
div.login input.f1 { width: 140px }
div.login input.f2 { width: 113px }
div.login img.act { margin: 0; margin-left: 0.3em; margin-bottom: -4px ; pointer: hand;}
div.login label, div.login input { font-size: 11px ; color: #00285C; font-family: arial; }
div.login label { font-weight: bold;}
div.login a, div.login a:visited, div.login a:hover { color: black; text-decoration: underline; }
div.login small { padding-left: 4px; }
div.login small { font-size: 11px; font-family: "MS UI Gothic", serif, tahoma; }


div.login input  {
  height: 1em;
  vertical-align: top;
  margin-left: 5px;
  margin-bottom: 5px;
}

div.login input.hidden{
  position: absolute;
  top: 2px;
  left: 70px;
}
