    .form_color{
        background-color: #e4e8ea;  /*  цвет фона */
        
    }
    
    /*  фон поля ввода  */
    .td_bg{
           background: url(/images/bug/edit_07.png);
           width: 412px;
           height: 23px;
           margin-top: 5px;
        
    }
    
   
   /*  поле ввода данных */ 
    .input_bg{
        border:0 none;
        font-size:12px;
        color: #7a7a7a;
        line-height:13px;
        text-indent:3px; 
        margin-top: 5px; 
        width:400px !important;
        
        
        
    }
   
      /*  поле ввода ошибки */  
    .input_area{
        border:0 none;
        font-size:12px;
        color: #7a7a7a;
        line-height:13px;
        text-indent:3px; 
        margin-top: 5px; 
        height: 80px;
        width:400px !important;  
        
    }
    
    /*  поле вваода ошибки  */
    .td_bg_area{
           background: url(/images/bug/area_11.png);
           margin-top: 5px;
           width: 412px;
           height: 114px;  
        
    }
    
    /*  background: */  
    .bg {    
         background: url(/images/bug/bg_07.png);
         position: absolute;
         width : 443px;
         height: 239px;
         background-repeat: no-repeat;
         top: 20px;          /*   отступ сверху (поменять ) */
         right: 443px;       /*   Отступ слева  (поменять ) */
         z-index: 99;
         margin-top: 30px;
         padding: 15px 3px;
        
    }
    .error{
        font-family: arial;
        
        
    }
    
