/* =============================================================================uklad====================== */
html, body
  {
    height: 100%;
    text-align: center;
  }
  
#CONTAINER
  {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    overflow: visible;
    text-align: left;
  }
#PAGE
  {
    margin-left: -200px;
    margin-top: -140px;
    width: 400px;
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    border-bottom: solid 1px #4f6e8c;
  }
#INFOOT
  {
  }
img
  {
    position: absolute;
    top: 14px;
    left: 5px;
  }
h1
  {
    margin-left: 3px;
    padding: 0 3px 0 70px;
    height: 33px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #4f6e8c url(graphics/login.png) top left no-repeat;
  }
table
  {
    table-layout: fixed;
    width: 320px;
    position: absolute;
    top: 100px;
    left: 80px;
  }
.label
  {
    padding-top: 10px;
    padding-left: 10px;
    width: 50px;
    font-weight: bold;
    color: #777;
  }
.submit
  {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
.msg
  {
    margin: 0 10px 0 80px;
    color: #d00;
  }
img.loader
  {
    position: absolute;
    top: 50%;
    left: 50%;
  }
.button, .submit, .rightarrow, .leftarrow  
  {
    width: 100px;
    display: block; 
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    background: #7fb5ea url(aicons/button_blue_h.png) center repeat-x;
  }
.submit
  {
    height: 30px;
    float: right;
    font-size: 12px;
    
    border: none;
  } 
.submit input
  {
    width: 100%;
    height: 100%;
    line-height: 30px;
    display: block;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    background: transparent url(graphics/right_white_arrow.png) right no-repeat;
  }
.submit:hover
  {
    background: #7fb5ea url(aicons/button_blue.png) center repeat-x;
  }