   img
   {
    width: 100px;
    aspect-ratio: auto 100 / 70;
    height: 70px;
    vertical-align: text-top;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    -webkit-user-drag: element;
    user-select: none;
   }
   
   #logo
   {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 100px;
    height: 70px;
    z-index: 200054;
    overflow: visible;
    cursor: default;
   }
   
   #title
   {
    position: absolute;
    left: 160px;
    top: 75px;
    width: 100px;
    height: 100px;
    z-index: 200072;
    overflow: visible;
    cursor: default;
    font: normal small-caps large Verdana;
    color: #fff;
   }
   
   table
   {
    border-spacing:12px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
   }
   
   #loginname
   {
    position: absolute;
    top: 60px;
    left: 100px;
    width: 250px;
    height: 20px;
    vertical-align: middle;
   }
   
   #password
   {
    position: absolute;
    left: 100px;
    top: 95px;
    width: 250px;
    height: 20px;
    vertical-align: middle;
   }
   
   label
   {
    vertical-align: middle;
   }
   
   input[type='submit']
   {
     border: 1px solid #ababab;
     border-radius: 3px;
     background-color: #f0f0f0;
     background-repeat: repeat-x;
     font-family: Arial, Verdana, sans-serif;
     position: relative;
     top: 80px;
     width: 80px;
     height: 25px;
     left: 265px;
   }
         
   #error {
     font: normal 1em Verdana; 
     color: #B30000; 
     margin-left: 60px;
     margin-right: 100px;
     margin-top: 400px;
     margin-bottom: 100px;
   }

