
  body {
    border: 0px;
    background: #555379 url(gambar/bg.jpg) fixed center no-repeat;
    font:xx-small Verdana,Sans-serif;
    overflow: hidden;

  }

  input,select {
    font: menu;
    color: #036;
    border: solid 0px;
  }
  select {width: 100%}

  /*label of the textfields*/
  .label {
    cursor: help;
    color: white;
    font: x-small;
    white-space: nowrap;
  }

  #login {
    position: absolute;
    top: 40%;
    width:100%;
    margin-left: 40%;
    /*margin-top: 40%;*/
    /*margin: 20% 50% 0 50%;*/
    height: 144px;

  }
  
   
  
  #logout {
    position: absolute;
    top: 35%;
    width:100%;
    margin-left: 2%;
    /*margin-top: 40%;*/
    /*margin: 20% 50% 0 50%;*/
    height: 144px;

  }
  
   #login_ok {
    position: absolute;
    top: 35%;
    width:100%;
    margin-left: 0%;
    /*margin-top: 40%;*/
    /*margin: 20% 50% 0 50%;*/
    height: 144px;

  }
  
  fieldset {
    width: 20%;
    padding: 0 20px 0 20px;
    background: #4E6FD6;
    border: 1px solid #9CAEE8;
  }
  #credits {
    position: absolute;
    bottom: 20px;
  }
  #credits span {
    display: block;
  }
