   form .field {
     background:                  #FFF 
                                  url(/var/img/background/form/field.png) 
                                  repeat-x;
     border: solid 1px #75A1B7;
     
     color: #666;
   }
 
 
/* --------------------- Header -- Content -- User Panel -- Login Form ----- */
   .header .content #user-panel form {
     float:                       right;
   
     width:                       170px;
     
     padding:                     20px 20px 0 0;
   }
   
   .header .content #user-panel form fieldset {
     width:                       170px;
   }
   
   .header .content #user-panel form .field {
     float:                       left;
     font-size: 				  12px;
     height: 					  16px;
     
     width:                       75px;
     
     margin:                      0 5px 0 0;
     
     border:                      0;
   }
   
   
/* ----------------------------------- Content -- Right -- Search Form ----- */
   .content .right .search {
     margin:                      0 0 30px 0;
   }
   
   .content .right .search fieldset {
     margin:                      0 0 10px 0;
   }
   
   .content .right .search fieldset .field {
     width:                       115px;
     height:                      18px;
     
     border:                      solid 1px #75A1B7;
   }
   
   
 /* --------------------------------- Content -- Left -- Question Form ----- */
    .content .left .question {
      padding: 0 0 0 85px;
    }
    
    .content .left .question fieldset .field {
      width: 420px;
      height: 220px;
      
      margin: 0 0 15px 0;
    
      background: #F4F9FB;
      border: solid 1px #75A1B7;
    }