@charset "UTF-8";


  body {
    font-size: small;
    height : 100%;
    width : 100%;
    background-image : url(../../img/standard/index_bg.gif);
    background-repeat : repeat-y;
    overflow : hidden;
    padding: 0;
  }



  div.logo {
    margin : 30px 0 22px 50px;
  }

  div.border {
    background-image : url(../../img/standard/index_border.gif);
    background-repeat : no-repeat;
    width : 100%;
  }

  div.layout {
    position: absolute;
    top: 34%;
    left: 30%;
  }

  table.login {
    border-width: 1px;
    border-spacing: 0;
    border-style: outset;
    border-color: #999999;
    border-collapse: collapse;
    background-color: #FFFFFF;
  }
    table.login th {
      border-width: 1px;
      padding: 4px;
      border-style: inset;
      border-color: #999999;
      background-color: #5791d1;
      text-align : left;
      -moz-border-radius: ;

    }
    table.login td {
      border-width: 1px;
      padding: 4px;
      border-style: inset;
      border-color: #999999;
      background-color: #f0f0f0;
      -moz-border-radius: ;
    }

    table.inner {
      font-size: 80%;
      margin: 0;
      padding: 2px;
      background-color: #f0f0f0;
      border-style: none;
      width : 400px;
    }

      table.inner th {
      margin: 0;
      padding: 0;
        text-align: right;
        color: #333;
        white-space : nowrap;
        background-color: #f0f0f0;
        border-style: none;
      }

      table.inner td {
      margin: 0;
      padding: 0;
        text-align: left;
        background-color: #f0f0f0;
        border-style: none;
      }

      table.inner input.length{
        width : 160px;
      }
      table.inner td.authinfo {
        text-align : right;
        font-weight : bold;
      }


  div.english {
    text-align: right;
    font-size: 90%;
    width: 410px;
  }

  div.copyright {
    font-size: 80%;
    color: #666;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }


/* --------------------------------------
virtual popup buttons
---------------------------------------*/

    div.pop_btn {
        margin-top : 5px;
        text-align : center;
    }

    button.imgbtn {
        font-size : 12px;
        margin : 0 2px 0 2px;
    }

        button.imgbtn img {
            margin : 2px 2px 1px 0;
        }
/* --------------------------------------
change password popup
---------------------------------------*/
    div.chpassword {
        margin : 0 0 20px 0;
    }

        div.chpassword table {
            border-collapse: collapse;
        }

            div.chpassword table td {
                padding : 0;
                font-size : 90%;
            }

        div.chpassword table.inner_table {
            margin : 20px 0 0 0;
        }

            div.chpassword table.inner_table td {
                padding : 0 10px 0 0;
            }

