

 body { margin: 0; background: #f8f8f8; font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 12px; }
    #background1, #background2, #background3, #background4, #background5 {
        width: 1000px;
        height: 635px;
        margin: 0 auto;
        position: relative;
    }
    #background1 { background: url(/d2me/css/login_imgs/camion.jpg);
    
    }

     .save{ 
       background-image: url(/images/logo.png); 
      } 
      
    .wide { width: 100%; float: left; border-bottom: solid 1px #f0f0f0; background: url(/images/logo.png) repeat-x #fff;  }
    .foot { width: 100%; float: left; min-height: 40px; text-align: center; font-size: 10px; color: #888;  }
    #login {
        width: 270px;
        height: 220px;
        background: #f0f0f0;
        border: solid 3px #ccc;
        position: absolute;
        left: 355px;
        top: 200px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-box-shadow: 2px 2px 2px #333;
        padding: 10px;
        opacity: 0.9;

    }
    #login h2 { margin: 10px 0; text-align: center;text-transform: uppercase; color: #555; }
    #login p.error { color: red; text-decoration: blink; }