      table { float: right; }

      td#log { font-weight: bold; font-size: 80%;   }

      body, div {
         background-color: #fff;
         background-attachment: fixed;
         background-image: url('../images/MECnet_bg_bw.jpg'); 
         background-position: right bottom;
         background-repeat: repeat;
         color:white;
         font-family: Verdana;
         font-size: 90%;

      }
     
      div.login {
         width: 400px;
         height: 240px;
         margin: 40px auto;
         padding: 20px;
         background-image: url('../images/MECnet_bg.jpg'); 
      }

      div.inner { 
         background-image: url('../images/MECnet_bg.jpg');  
         color: #99FF33;
         font-weight: bold;
      }

      div.outer {
         width: 600px;
         height: 550px;
         margin: 40px auto;
         padding: 20px;
         border: 1px solid rgb(200,200,200);
         background-image: url('../images/MECnet_bg.jpg'); 
      }
      img { border-color: black; }
 
      p {  clear: left; }

      p.results_bg {
         width: 600px;
         height: 300px;
         background-color:black;
         color:white;
         font-family: Verdana;
         font-size: 90%;
      }

      p.results {
         clear: left; 
         width: 600px;
         height: 300px;
         background-color:black;
         color:white;
         font-family: Verdana;
         font-size: 90%;
         vertical-align: bottom;
         overflow: auto;
      }

      input  {
         vertical-align: middle;
      }
